#9C975C

Color #9C975C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #9C975C

Tints of Avocado #9C975C

Color information

#9C975C (or 0x9C975C) is unknown color: approx Avocado. HEX triplet: 9C, 97 and 5C. RGB value is (156,151,92). Sum of RGB (Red+Green+Blue) = 156+151+92=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C975C is #6368A3. Grayscale: #929292. Windows color (decimal): -6514852 or 6068124. OLE color: 6068124.

HSL color Cylindrical-coordinate representation of color #9C975C: hue angle of 55.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C975C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15615192-
CMYK00.030.410.39
HSL55.31º25.81%48.63%-
HSV(B)55.31º41.03%61.18%-
XYZ26.7129.9714.5-
YUV145.7797.66135.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=39.10%
G=37.84%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561519200.030.410.3955.3125.8148.63
Hex9C975C032927371a31
Octal234227134035147673261
Binary1001110010010111101110001110100110011111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C975C; }

 p { color: rgb(156,151,92); }

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

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

 a { background-color: rgb(156,151,92); }

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

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

 span { border-color: rgb(156,151,92); }

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