#986C16

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

Shades of Golden Brown #986C16

Tints of Golden Brown #986C16

Color information

#986C16 (or 0x986C16) is unknown color: approx Golden Brown. HEX triplet: 98, 6C and 16. RGB value is (152,108,22). Sum of RGB (Red+Green+Blue) = 152+108+22=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #986C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C16 is #6793E9. Grayscale: #6F6F6F. Windows color (decimal): -6788074 or 1469592. OLE color: 1469592.

HSL color Cylindrical-coordinate representation of color #986C16: hue angle of 39.69º 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 #986C16 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15210822-
CMYK00.290.860.40
HSL39.69º74.71%34.12%-
HSV(B)39.69º85.53%59.61%-
XYZ18.4617.463.16-
YUV111.3577.58156.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=53.90%
G=38.30%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521082200.290.860.4039.6974.7134.12
Hex986C1601D5628284b22
Octal23015426035126505011342
Binary1001100011011001011001110110101101010001010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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