Html Css Color HEX #93966E Avocado

📋 copy color: '#93966E'

red 147 ◦ green 150 ◦ blue 110

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

Shades of Avocado #93966E

Tints of Avocado #93966E

RGB

 RED value IS 147 (57.81% from 255) = 36.12%

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 36.12%
G = 36.86%
B = 27.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#93966E (or 0x93966E) is known color: Avocado. HEX triplet: 93, 96 and 6E. RGB value is (147,150,110). Sum of RGB (Red+Green+Blue) = 147+150+110=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #93966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966E is #6C6991. Grayscale: #909090. Windows color (decimal): -7104914 or 7247507. OLE color: 7247507.

HSL color Cylindrical-coordinate representation of color #93966E: hue angle of 64.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93966E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 110 -
CMYK 0.02 0 0.27 0.41
HSL 64.5º 0.16% 0.51% -
HSV(B) 64.5º 0.27% 0.59% -
XYZ 25.75 29.14 19.02 -
YUV 144.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 147 150 110 0.02 0 0.27 0.41 64.5 0.16 0.51
Hex 93 96 6E 2 0 1B 29 40 10 33
Octal 223 226 156 2 0 33 51 100 20 63
Binary 10010011 10010110 1101110 10 0 11011 101001 1000000 10000 110011

Color Harmonies of #93966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93966E

Black with #93966E

Text Example


Text Example

White with #93966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,150,110); }

 H1.HeaderClassName
 {
   color: #93966E;
 }
 .AnyTagClassName
 {
   color: #93966E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,150,110); }

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

border-color css

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

 span { border-color: rgb(147,150,110); }

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