#985605

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

Shades of Golden Brown #985605

Tints of Golden Brown #985605

Color information

#985605 (or 0x985605) is unknown color: approx Golden Brown. HEX triplet: 98, 56 and 05. RGB value is (152,86,5). Sum of RGB (Red+Green+Blue) = 152+86+5=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #985605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985605 is #67A9FA. Grayscale: #606060. Windows color (decimal): -6793723 or 349848. OLE color: 349848.

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

Color convert

RGB152865-
CMYK00.430.970.40
HSL33.06º93.63%30.78%-
HSV(B)33.06º96.71%59.61%-
XYZ16.313.341.86-
YUV96.576.37167.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=62.55%
G=35.39%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15286500.430.970.4033.0693.6330.78
Hex9856502B6128215e1f
Octal2301265053141504113637
Binary10011000101011010101010111100001101000100001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985605; }

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

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

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

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

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

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

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

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