#986E0E

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

Shades of Golden Brown #986E0E

Tints of Golden Brown #986E0E

Color information

#986E0E (or 0x986E0E) is unknown color: approx Golden Brown. HEX triplet: 98, 6E and 0E. RGB value is (152,110,14). Sum of RGB (Red+Green+Blue) = 152+110+14=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E0E is #6791F1. Grayscale: #707070. Windows color (decimal): -6787570 or 945816. OLE color: 945816.

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

Color convert

RGB15211014-
CMYK00.280.910.40
HSL41.74º83.13%32.55%-
HSV(B)41.74º90.79%59.61%-
XYZ18.617.862.88-
YUV111.6172.91156.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=55.07%
G=39.86%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521101400.280.910.4041.7483.1332.55
Hex986EE01C5B282a5321
Octal23015616034133505212341
Binary100110001101110111001110010110111010001010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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