Html Css Color HEX #91996B Avocado

📋 copy color: '#91996B'

red 145 ◦ green 153 ◦ blue 107

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

Shades of Avocado #91996B

Tints of Avocado #91996B

RGB

 RED value IS 145 (57.03% from 255) = 35.8%

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 35.8%
G = 37.78%
B = 26.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#91996B (or 0x91996B) is known color: Avocado. HEX triplet: 91, 99 and 6B. RGB value is (145,153,107). Sum of RGB (Red+Green+Blue) = 145+153+107=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #91996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91996B is #6E6694. Grayscale: #919191. Windows color (decimal): -7235221 or 7051665. OLE color: 7051665.

HSL color Cylindrical-coordinate representation of color #91996B: hue angle of 70.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91996B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 107 -
CMYK 0.05 0 0.30 0.4
HSL 70.43º 0.18% 0.51% -
HSV(B) 70.43º 0.3% 0.6% -
XYZ 25.72 29.86 18.32 -
YUV 145.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 145 153 107 0.05 0 0.30 0.4 70.43 0.18 0.51
Hex 91 99 6B 5 0 1E 28 46 12 33
Octal 221 231 153 5 0 36 50 106 22 63
Binary 10010001 10011001 1101011 101 0 11110 101000 1000110 10010 110011

Color Harmonies of #91996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91996B

Black with #91996B

Text Example


Text Example

White with #91996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91996B; }

 p { color: rgb(145,153,107); }

 H1.HeaderClassName
 {
   color: #91996B;
 }
 .AnyTagClassName
 {
   color: #91996B;
 }
</style>

background-color css

<style>
 a { background-color: #91996B; }

 a { background-color: rgb(145,153,107); }

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

border-color css

<style>
 span { border-color: #91996B; }

 span { border-color: rgb(145,153,107); }

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