#986E05

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

Shades of Golden Brown #986E05

Tints of Golden Brown #986E05

Color information

#986E05 (or 0x986E05) is unknown color: approx Golden Brown. HEX triplet: 98, 6E and 05. RGB value is (152,110,5). Sum of RGB (Red+Green+Blue) = 152+110+5=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E05 is #6791FA. Grayscale: #6F6F6F. Windows color (decimal): -6787579 or 355992. OLE color: 355992.

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

Color convert

RGB1521105-
CMYK00.280.970.40
HSL42.86º93.63%30.78%-
HSV(B)42.86º96.71%59.61%-
XYZ18.5517.842.61-
YUV110.5968.41157.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=56.93%
G=41.20%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152110500.280.970.4042.8693.6330.78
Hex986E501C61282b5e1f
Octal2301565034141505313637
Binary1001100011011101010111001100001101000101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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