Html Css Color HEX #91996D Avocado

📋 copy color: '#91996D'

red 145 ◦ green 153 ◦ blue 109

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

Shades of Avocado #91996D

Tints of Avocado #91996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 35.63%
G = 37.59%
B = 26.78%

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

#91996D (or 0x91996D) is known color: Avocado. HEX triplet: 91, 99 and 6D. RGB value is (145,153,109). Sum of RGB (Red+Green+Blue) = 145+153+109=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #91996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91996D is #6E6692. Grayscale: #919191. Windows color (decimal): -7235219 or 7182737. OLE color: 7182737.

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

Color convert

RGB 145 153 109 -
CMYK 0.05 0 0.29 0.4
HSL 70.91º 0.18% 0.51% -
HSV(B) 70.91º 0.29% 0.6% -
XYZ 25.83 29.91 18.88 -
YUV 145.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 145 153 109 0.05 0 0.29 0.4 70.91 0.18 0.51
Hex 91 99 6D 5 0 1D 28 47 12 33
Octal 221 231 155 5 0 35 50 107 22 63
Binary 10010001 10011001 1101101 101 0 11101 101000 1000111 10010 110011

Color Harmonies of #91996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91996D

Black with #91996D

Text Example


Text Example

White with #91996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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