#986C21

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

Shades of Golden Brown #986C21

Tints of Golden Brown #986C21

Color information

#986C21 (or 0x986C21) is unknown color: approx Golden Brown. HEX triplet: 98, 6C and 21. RGB value is (152,108,33). Sum of RGB (Red+Green+Blue) = 152+108+33=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C21 is #6793DE. Grayscale: #707070. Windows color (decimal): -6788063 or 2190488. OLE color: 2190488.

HSL color Cylindrical-coordinate representation of color #986C21: hue angle of 37.82º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986C21 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB15210833-
CMYK00.290.780.40
HSL37.82º64.32%36.27%-
HSV(B)37.82º78.29%59.61%-
XYZ18.5917.513.84-
YUV112.6183.08156.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=51.88%
G=36.86%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521083300.290.780.4037.8264.3236.27
Hex986C2101D4E28264024
Octal23015441035116504610044
Binary10011000110110010000101110110011101010001001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986C21; }

 p { color: rgb(152,108,33); }

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

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

 a { background-color: rgb(152,108,33); }

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

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

 span { border-color: rgb(152,108,33); }

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