#986F19

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

Shades of Golden Brown #986F19

Tints of Golden Brown #986F19

Color information

#986F19 (or 0x986F19) is unknown color: approx Golden Brown. HEX triplet: 98, 6F and 19. RGB value is (152,111,25). Sum of RGB (Red+Green+Blue) = 152+111+25=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F19 is #6790E6. Grayscale: #717171. Windows color (decimal): -6787303 or 1666968. OLE color: 1666968.

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

Color convert

RGB15211125-
CMYK00.270.840.40
HSL40.63º71.75%34.71%-
HSV(B)40.63º83.55%59.61%-
XYZ18.8118.113.42-
YUV113.4578.08155.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 25 (10.16% from 255) = 8.68%
R=52.78%
G=38.54%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521112500.270.840.4040.6371.7534.71
Hex986F1901B5428294823
Octal23015731033124505111043
Binary1001100011011111100101101110101001010001010011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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