#99965C

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

Shades of Avocado #99965C

Tints of Avocado #99965C

Color information

#99965C (or 0x99965C) is unknown color: approx Avocado. HEX triplet: 99, 96 and 5C. RGB value is (153,150,92). Sum of RGB (Red+Green+Blue) = 153+150+92=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99965C is #6669A3. Grayscale: #909090. Windows color (decimal): -6711716 or 6067865. OLE color: 6067865.

HSL color Cylindrical-coordinate representation of color #99965C: hue angle of 57.05º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99965C is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15315092-
CMYK00.020.400.4
HSL57.05º24.9%48.04%-
HSV(B)57.05º39.87%60%-
XYZ25.9729.3614.42-
YUV144.2898.49134.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=38.73%
G=37.97%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531509200.020.400.457.0524.948.04
Hex99965C022828391930
Octal231226134025050713160
Binary1001100110010110101110001010100010100011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99965C; }

 p { color: rgb(153,150,92); }

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

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

 a { background-color: rgb(153,150,92); }

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

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

 span { border-color: rgb(153,150,92); }

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