Html Css Color HEX #93996D Avocado

📋 copy color: '#93996D'

red 147 ◦ green 153 ◦ blue 109

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

Shades of Avocado #93996D

Tints of Avocado #93996D

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 value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#93996D (or 0x93996D) is known color: 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

RGB 147 153 109 -
CMYK 0.04 0 0.29 0.4
HSL 68.18º 0.18% 0.51% -
HSV(B) 68.18º 0.29% 0.6% -
XYZ 26.18 30.09 18.9 -
YUV 146.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 147 153 109 0.04 0 0.29 0.4 68.18 0.18 0.51
Hex 93 99 6D 4 0 1D 28 44 12 33
Octal 223 231 155 4 0 35 50 104 22 63
Binary 10010011 10011001 1101101 100 0 11101 101000 1000100 10010 110011

Color Harmonies of #93996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93996D

Black with #93996D

Text Example


Text Example

White with #93996D

Text Example


Text Example

HTML Codes & Css Web 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>