#986F16

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

Shades of Golden Brown #986F16

Tints of Golden Brown #986F16

Color information

#986F16 (or 0x986F16) is unknown color: approx Golden Brown. HEX triplet: 98, 6F and 16. RGB value is (152,111,22). Sum of RGB (Red+Green+Blue) = 152+111+22=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #986F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F16 is #6790E9. Grayscale: #717171. Windows color (decimal): -6787306 or 1470360. OLE color: 1470360.

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

Color convert

RGB15211122-
CMYK00.270.860.40
HSL41.08º74.71%34.12%-
HSV(B)41.08º85.53%59.61%-
XYZ18.7818.13.26-
YUV113.1176.58155.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=53.33%
G=38.95%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521112200.270.860.4041.0874.7134.12
Hex986F1601B5628294b22
Octal23015726033126505111342
Binary1001100011011111011001101110101101010001010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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