#985612

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

Shades of Golden Brown #985612

Tints of Golden Brown #985612

Color information

#985612 (or 0x985612) is unknown color: approx Golden Brown. HEX triplet: 98, 56 and 12. RGB value is (152,86,18). Sum of RGB (Red+Green+Blue) = 152+86+18=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #985612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985612 is #67A9ED. Grayscale: #626262. Windows color (decimal): -6793710 or 1201816. OLE color: 1201816.

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

Color convert

RGB1528618-
CMYK00.430.880.40
HSL30.45º78.82%33.33%-
HSV(B)30.45º88.16%59.61%-
XYZ16.3913.372.29-
YUV97.9882.87166.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=59.38%
G=33.59%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152861800.430.880.4030.4578.8233.33
Hex98561202B58281e4f21
Octal23012622053130503611741
Binary1001100010101101001001010111011000101000111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985612; }

 p { color: rgb(152,86,18); }

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

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

 a { background-color: rgb(152,86,18); }

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

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

 span { border-color: rgb(152,86,18); }

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