#916516

Color #916516 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #916516

Tints of Golden Brown #916516

Color information

#916516 (or 0x916516) is unknown color: approx Golden Brown. HEX triplet: 91, 65 and 16. RGB value is (145,101,22). Sum of RGB (Red+Green+Blue) = 145+101+22=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #916516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916516 is #6E9AE9. Grayscale: #696969. Windows color (decimal): -7248618 or 1467793. OLE color: 1467793.

HSL color Cylindrical-coordinate representation of color #916516: hue angle of 38.54º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #916516 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14510122-
CMYK00.300.850.43
HSL38.54º73.65%32.75%-
HSV(B)38.54º84.83%56.86%-
XYZ16.4815.392.86-
YUV105.1581.08156.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=54.10%
G=37.69%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451012200.300.850.4338.5473.6532.75
Hex91651601E552B274a21
Octal22114526036125534711241
Binary1001000111001011011001111010101011010111001111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916516; }

 p { color: rgb(145,101,22); }

 H1.HeaderClassName
 {
   color: #916516;
 }
 .AnyTagClassName
 {
   color: #916516;
 }
</style>
background-color css

<style>
 a { background-color: #916516; }

 a { background-color: rgb(145,101,22); }

 div.DivClassName
 {
   background-color: #916516;
 }
 .BgClassName
 {
   background-color: #916516;
 }
</style>
border-color css

<style>
 span { border-color: #916516; }

 span { border-color: rgb(145,101,22); }

 td.TdClassName
 {
   border-color: #916516;
 }
 .TagClassName
 {
   border-color: #916516;
 }
</style>