#986E16

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

Shades of Golden Brown #986E16

Tints of Golden Brown #986E16

Color information

#986E16 (or 0x986E16) is unknown color: approx Golden Brown. HEX triplet: 98, 6E and 16. RGB value is (152,110,22). Sum of RGB (Red+Green+Blue) = 152+110+22=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #986E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E16 is #6791E9. Grayscale: #707070. Windows color (decimal): -6787562 or 1470104. OLE color: 1470104.

HSL color Cylindrical-coordinate representation of color #986E16: hue angle of 40.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #986E16 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15211022-
CMYK00.280.860.40
HSL40.62º74.71%34.12%-
HSV(B)40.62º85.53%59.61%-
XYZ18.6717.893.23-
YUV112.5376.91156.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=53.52%
G=38.73%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521102200.280.860.4040.6274.7134.12
Hex986E1601C5628294b22
Octal23015626034126505111342
Binary1001100011011101011001110010101101010001010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E16; }

 p { color: rgb(152,110,22); }

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

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

 a { background-color: rgb(152,110,22); }

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

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

 span { border-color: rgb(152,110,22); }

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