Html Css Color HEX #9C9C63 Avocado

📋 copy color: '#9C9C63'

red 156 ◦ green 156 ◦ blue 99

#9C9C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #9C9C63

Tints of Avocado #9C9C63

RGB

 RED value IS 156 (61.33% from 255) = 37.96%

 GREEN value IS 156 (61.33% from 255) = 37.96%

 BLUE value IS 99 (39.06% from 255) = 24.09%

R = 37.96%
G = 37.96%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C9C63 (or 0x9C9C63) is known color: Avocado. HEX triplet: 9C, 9C and 63. RGB value is (156,156,99). Sum of RGB (Red+Green+Blue) = 156+156+99=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 156 - color contains mainly: red, green. Hex color #9C9C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9C63 is #63639C. Grayscale: #959595. Windows color (decimal): -6513565 or 6528156. OLE color: 6528156.

HSL color Cylindrical-coordinate representation of color #9C9C63: hue angle of 60º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9C63 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 156 99 -
CMYK 0 0 0.37 0.39
HSL 60º 0.22% 0.5% -
HSV(B) 60º 0.37% 0.61% -
XYZ 27.85 31.75 16.46 -
YUV 149.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 156 156 99 0 0 0.37 0.39 60 0.22 0.5
Hex 9C 9C 63 0 0 25 27 3C 16 32
Octal 234 234 143 0 0 45 47 74 26 62
Binary 10011100 10011100 1100011 0 0 100101 100111 111100 10110 110010

Color Harmonies of #9C9C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9C63

Black with #9C9C63

Text Example


Text Example

White with #9C9C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,156,99); }

 H1.HeaderClassName
 {
   color: #9C9C63;
 }
 .AnyTagClassName
 {
   color: #9C9C63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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