#916D16

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

Shades of Golden Brown #916D16

Tints of Golden Brown #916D16

Color information

#916D16 (or 0x916D16) is unknown color: approx Golden Brown. HEX triplet: 91, 6D and 16. RGB value is (145,109,22). Sum of RGB (Red+Green+Blue) = 145+109+22=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #916D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D16 is #6E92E9. Grayscale: #6E6E6E. Windows color (decimal): -7246570 or 1469841. OLE color: 1469841.

HSL color Cylindrical-coordinate representation of color #916D16: hue angle of 42.44º 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 #916D16 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14510922-
CMYK00.250.850.43
HSL42.44º73.65%32.75%-
HSV(B)42.44º84.83%56.86%-
XYZ17.2917.013.13-
YUV109.8578.43153.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=52.54%
G=39.49%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451092200.250.850.4342.4473.6532.75
Hex916D16019552B2a4a21
Octal22115526031125535211241
Binary1001000111011011011001100110101011010111010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916D16; }

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

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

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

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

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

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

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

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