#986E0D

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

Shades of Golden Brown #986E0D

Tints of Golden Brown #986E0D

Color information

#986E0D (or 0x986E0D) is unknown color: approx Golden Brown. HEX triplet: 98, 6E and 0D. RGB value is (152,110,13). Sum of RGB (Red+Green+Blue) = 152+110+13=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E0D is #6791F2. Grayscale: #6F6F6F. Windows color (decimal): -6787571 or 880280. OLE color: 880280.

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

Color convert

RGB15211013-
CMYK00.280.910.40
HSL41.87º84.24%32.35%-
HSV(B)41.87º91.45%59.61%-
XYZ18.617.862.85-
YUV111.572.41156.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=55.27%
G=40%
B=4.73%

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
Decimal1521101300.280.910.4041.8784.2432.35
Hex986ED01C5B282a5420
Octal23015615034133505212440
Binary100110001101110110101110010110111010001010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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