#986620

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

Shades of Golden Brown #986620

Tints of Golden Brown #986620

Color information

#986620 (or 0x986620) is unknown color: approx Golden Brown. HEX triplet: 98, 66 and 20. RGB value is (152,102,32). Sum of RGB (Red+Green+Blue) = 152+102+32=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #986620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986620 is #6799DF. Grayscale: #6D6D6D. Windows color (decimal): -6789600 or 2123416. OLE color: 2123416.

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

Color convert

RGB15210232-
CMYK00.330.790.40
HSL35º65.22%36.08%-
HSV(B)35º78.95%59.61%-
XYZ17.9616.283.56-
YUV108.9784.56158.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 32 (12.89% from 255) = 11.19%
R=53.15%
G=35.66%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521023200.330.790.403565.2236.08
Hex9866200214F28234124
Octal23014640041117504310144
Binary100110001100110100000010000110011111010001000111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986620; }

 p { color: rgb(152,102,32); }

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

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

 a { background-color: rgb(152,102,32); }

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

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

 span { border-color: rgb(152,102,32); }

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