#93996D

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

Shades of Avocado #93996D

Tints of Avocado #93996D

Color information

#93996D (or 0x93996D) is unknown color: approx Avocado. HEX triplet: 93, 99 and 6D. RGB value is (147,153,109). Sum of RGB (Red+Green+Blue) = 147+153+109=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #93996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93996D is #6C6692. Grayscale: #929292. Windows color (decimal): -7104147 or 7182739. OLE color: 7182739.

HSL color Cylindrical-coordinate representation of color #93996D: hue angle of 68.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93996D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB147153109-
CMYK0.0400.290.4
HSL68.18º17.74%51.37%-
HSV(B)68.18º28.76%60%-
XYZ26.1830.0918.9-
YUV146.19107.01128.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=35.94%
G=37.41%
B=26.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531090.0400.290.468.1817.7451.37
Hex93996D401D28441233
Octal2232311554035501042263
Binary10010011100110011101101100011101101000100010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93996D; }

 p { color: rgb(147,153,109); }

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

<style>
 a { background-color: #93996D; }

 a { background-color: rgb(147,153,109); }

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

<style>
 span { border-color: #93996D; }

 span { border-color: rgb(147,153,109); }

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