#99965E

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

Shades of Avocado #99965E

Tints of Avocado #99965E

Color information

#99965E (or 0x99965E) is unknown color: approx Avocado. HEX triplet: 99, 96 and 5E. RGB value is (153,150,94). Sum of RGB (Red+Green+Blue) = 153+150+94=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99965E is #6669A1. Grayscale: #909090. Windows color (decimal): -6711714 or 6198937. OLE color: 6198937.

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

Color convert

RGB15315094-
CMYK00.020.390.4
HSL56.95º23.89%48.43%-
HSV(B)56.95º38.56%60%-
XYZ26.0629.3914.89-
YUV144.5199.49134.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=38.54%
G=37.78%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531509400.020.390.456.9523.8948.43
Hex99965E022728391830
Octal231226136024750713060
Binary1001100110010110101111001010011110100011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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