#986006

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

Shades of Golden Brown #986006

Tints of Golden Brown #986006

Color information

#986006 (or 0x986006) is unknown color: approx Golden Brown. HEX triplet: 98, 60 and 06. RGB value is (152,96,6). Sum of RGB (Red+Green+Blue) = 152+96+6=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #986006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986006 is #679FF9. Grayscale: #666666. Windows color (decimal): -6791162 or 417944. OLE color: 417944.

HSL color Cylindrical-coordinate representation of color #986006: hue angle of 36.99º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #986006 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB152966-
CMYK00.370.960.40
HSL36.99º92.41%30.98%-
HSV(B)36.99º96.05%59.61%-
XYZ17.1615.052.17-
YUV102.4873.55163.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=59.84%
G=37.80%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15296600.370.960.4036.9992.4130.98
Hex986060256028255c1f
Octal2301406045140504513437
Binary10011000110000011001001011100000101000100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986006; }

 p { color: rgb(152,96,6); }

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

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

 a { background-color: rgb(152,96,6); }

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

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

 span { border-color: rgb(152,96,6); }

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