#986311

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

Shades of Golden Brown #986311

Tints of Golden Brown #986311

Color information

#986311 (or 0x986311) is unknown color: approx Golden Brown. HEX triplet: 98, 63 and 11. RGB value is (152,99,17). Sum of RGB (Red+Green+Blue) = 152+99+17=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986311 is #679CEE. Grayscale: #696969. Windows color (decimal): -6790383 or 1139608. OLE color: 1139608.

HSL color Cylindrical-coordinate representation of color #986311: hue angle of 36.44º 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 #986311 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1529917-
CMYK00.350.890.40
HSL36.44º79.88%33.14%-
HSV(B)36.44º88.82%59.61%-
XYZ17.5115.642.63-
YUV105.578.06161.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=56.72%
G=36.94%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152991700.350.890.4036.4479.8833.14
Hex9863110235928245021
Octal23014321043131504412041
Binary10011000110001110001010001110110011010001001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986311; }

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

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

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

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

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

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

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

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