#999C6C

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

Shades of Avocado #999C6C

Tints of Avocado #999C6C

Color information

#999C6C (or 0x999C6C) is unknown color: approx Avocado. HEX triplet: 99, 9C and 6C. RGB value is (153,156,108). Sum of RGB (Red+Green+Blue) = 153+156+108=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #999C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C6C is #666393. Grayscale: #959595. Windows color (decimal): -6710164 or 7117977. OLE color: 7117977.

HSL color Cylindrical-coordinate representation of color #999C6C: hue angle of 63.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999C6C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB153156108-
CMYK0.0200.310.39
HSL63.75º19.51%51.76%-
HSV(B)63.75º30.77%61.18%-
XYZ27.7331.6318.83-
YUV149.63104.51130.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=36.69%
G=37.41%
B=25.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561080.0200.310.3963.7519.5151.76
Hex999C6C201F27401434
Octal2312341542037471002464
Binary1001100110011100110110010011111100111100000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C6C; }

 p { color: rgb(153,156,108); }

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

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

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

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

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

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

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