#986E19

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

Shades of Golden Brown #986E19

Tints of Golden Brown #986E19

Color information

#986E19 (or 0x986E19) is unknown color: approx Golden Brown. HEX triplet: 98, 6E and 19. RGB value is (152,110,25). Sum of RGB (Red+Green+Blue) = 152+110+25=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #986E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E19 is #6791E6. Grayscale: #717171. Windows color (decimal): -6787559 or 1666712. OLE color: 1666712.

HSL color Cylindrical-coordinate representation of color #986E19: hue angle of 40.16º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #986E19 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB15211025-
CMYK00.280.840.40
HSL40.16º71.75%34.71%-
HSV(B)40.16º83.55%59.61%-
XYZ18.717.93.39-
YUV112.8778.41155.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 25 (10.16% from 255) = 8.71%
R=52.96%
G=38.33%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521102500.280.840.4040.1671.7534.71
Hex986E1901C5428284823
Octal23015631034124505011043
Binary1001100011011101100101110010101001010001010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,25); }

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

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

 a { background-color: rgb(152,110,25); }

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

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

 span { border-color: rgb(152,110,25); }

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