#986B16

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

Shades of Golden Brown #986B16

Tints of Golden Brown #986B16

Color information

#986B16 (or 0x986B16) is unknown color: approx Golden Brown. HEX triplet: 98, 6B and 16. RGB value is (152,107,22). Sum of RGB (Red+Green+Blue) = 152+107+22=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #986B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986B16 is #6794E9. Grayscale: #6F6F6F. Windows color (decimal): -6788330 or 1469336. OLE color: 1469336.

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

Color convert

RGB15210722-
CMYK00.300.860.40
HSL39.23º74.71%34.12%-
HSV(B)39.23º85.53%59.61%-
XYZ18.3517.253.12-
YUV110.7677.91157.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 22 (8.98% from 255) = 7.83%
R=54.09%
G=38.08%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521072200.300.860.4039.2374.7134.12
Hex986B1601E5628274b22
Octal23015326036126504711342
Binary1001100011010111011001111010101101010001001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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