Html Css Color HEX #91996C Avocado

📋 copy color: '#91996C'

red 145 ◦ green 153 ◦ blue 108

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

Shades of Avocado #91996C

Tints of Avocado #91996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 35.71%
G = 37.68%
B = 26.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#91996C (or 0x91996C) is known color: Avocado. HEX triplet: 91, 99 and 6C. RGB value is (145,153,108). Sum of RGB (Red+Green+Blue) = 145+153+108=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #91996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91996C is #6E6693. Grayscale: #919191. Windows color (decimal): -7235220 or 7117201. OLE color: 7117201.

HSL color Cylindrical-coordinate representation of color #91996C: hue angle of 70.67º 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 #91996C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 108 -
CMYK 0.05 0 0.29 0.4
HSL 70.67º 0.18% 0.51% -
HSV(B) 70.67º 0.29% 0.6% -
XYZ 25.78 29.88 18.6 -
YUV 145.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 145 153 108 0.05 0 0.29 0.4 70.67 0.18 0.51
Hex 91 99 6C 5 0 1D 28 47 12 33
Octal 221 231 154 5 0 35 50 107 22 63
Binary 10010001 10011001 1101100 101 0 11101 101000 1000111 10010 110011

Color Harmonies of #91996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91996C

Black with #91996C

Text Example


Text Example

White with #91996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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