#916D18

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

Shades of Golden Brown #916D18

Tints of Golden Brown #916D18

Color information

#916D18 (or 0x916D18) is unknown color: approx Golden Brown. HEX triplet: 91, 6D and 18. RGB value is (145,109,24). Sum of RGB (Red+Green+Blue) = 145+109+24=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #916D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D18 is #6E92E7. Grayscale: #6E6E6E. Windows color (decimal): -7246568 or 1600913. OLE color: 1600913.

HSL color Cylindrical-coordinate representation of color #916D18: hue angle of 42.15º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #916D18 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB14510924-
CMYK00.250.830.43
HSL42.15º71.6%33.14%-
HSV(B)42.15º83.45%56.86%-
XYZ17.3117.023.24-
YUV110.0779.43152.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=52.16%
G=39.21%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451092400.250.830.4342.1571.633.14
Hex916D18019532B2a4821
Octal22115530031123535211041
Binary1001000111011011100001100110100111010111010101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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