#986C13

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

Shades of Golden Brown #986C13

Tints of Golden Brown #986C13

Color information

#986C13 (or 0x986C13) is unknown color: approx Golden Brown. HEX triplet: 98, 6C and 13. RGB value is (152,108,19). Sum of RGB (Red+Green+Blue) = 152+108+19=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #986C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C13 is #6793EC. Grayscale: #6F6F6F. Windows color (decimal): -6788077 or 1272984. OLE color: 1272984.

HSL color Cylindrical-coordinate representation of color #986C13: hue angle of 40.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986C13 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB15210819-
CMYK00.290.870.40
HSL40.15º77.78%33.53%-
HSV(B)40.15º87.5%59.61%-
XYZ18.4317.453.01-
YUV111.0176.08157.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=54.48%
G=38.71%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521081900.290.870.4040.1577.7833.53
Hex986C1301D5728284e22
Octal23015423035127505011642
Binary1001100011011001001101110110101111010001010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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