#986110

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

Shades of Golden Brown #986110

Tints of Golden Brown #986110

Color information

#986110 (or 0x986110) is unknown color: approx Golden Brown. HEX triplet: 98, 61 and 10. RGB value is (152,97,16). Sum of RGB (Red+Green+Blue) = 152+97+16=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #986110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986110 is #679EEF. Grayscale: #686868. Windows color (decimal): -6790896 or 1073560. OLE color: 1073560.

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

Color convert

RGB1529716-
CMYK00.360.890.40
HSL35.74º80.95%32.94%-
HSV(B)35.74º89.47%59.61%-
XYZ17.3215.262.52-
YUV104.2178.22162.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=57.36%
G=36.60%
B=6.04%

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
Decimal152971600.360.890.4035.7480.9532.94
Hex9861100245928245121
Octal23014120044131504412141
Binary10011000110000110000010010010110011010001001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986110; }

 p { color: rgb(152,97,16); }

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

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

 a { background-color: rgb(152,97,16); }

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

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

 span { border-color: rgb(152,97,16); }

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