#986211

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

Shades of Golden Brown #986211

Tints of Golden Brown #986211

Color information

#986211 (or 0x986211) is unknown color: approx Golden Brown. HEX triplet: 98, 62 and 11. RGB value is (152,98,17). Sum of RGB (Red+Green+Blue) = 152+98+17=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986211 is #679DEE. Grayscale: #696969. Windows color (decimal): -6790639 or 1139352. OLE color: 1139352.

HSL color Cylindrical-coordinate representation of color #986211: hue angle of 36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #986211 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1529817-
CMYK00.360.890.40
HSL36º79.88%33.14%-
HSV(B)36º88.82%59.61%-
XYZ17.4215.452.59-
YUV104.9178.39161.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=56.93%
G=36.70%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152981700.360.890.403679.8833.14
Hex9862110245928245021
Octal23014221044131504412041
Binary10011000110001010001010010010110011010001001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986211; }

 p { color: rgb(152,98,17); }

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

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

 a { background-color: rgb(152,98,17); }

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

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

 span { border-color: rgb(152,98,17); }

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