#986C15

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

Shades of Golden Brown #986C15

Tints of Golden Brown #986C15

Color information

#986C15 (or 0x986C15) is unknown color: approx Golden Brown. HEX triplet: 98, 6C and 15. RGB value is (152,108,21). Sum of RGB (Red+Green+Blue) = 152+108+21=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #986C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C15 is #6793EA. Grayscale: #6F6F6F. Windows color (decimal): -6788075 or 1404056. OLE color: 1404056.

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

Color convert

RGB15210821-
CMYK00.290.860.40
HSL39.85º75.72%33.92%-
HSV(B)39.85º86.18%59.61%-
XYZ18.4517.453.11-
YUV111.2477.08157.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=54.09%
G=38.43%
B=7.47%

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
Decimal1521082100.290.860.4039.8575.7233.92
Hex986C1501D5628284c22
Octal23015425035126505011442
Binary1001100011011001010101110110101101010001010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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