Html Css Color HEX #999B69 Avocado

📋 copy color: '#999B69'

red 153 ◦ green 155 ◦ blue 105

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

Shades of Avocado #999B69

Tints of Avocado #999B69

RGB

 RED value IS 153 (60.16% from 255) = 37.05%

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 37.05%
G = 37.53%
B = 25.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#999B69 (or 0x999B69) is known color: Avocado. HEX triplet: 99, 9B and 69. RGB value is (153,155,105). Sum of RGB (Red+Green+Blue) = 153+155+105=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #999B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B69 is #666496. Grayscale: #949494. Windows color (decimal): -6710423 or 6921113. OLE color: 6921113.

HSL color Cylindrical-coordinate representation of color #999B69: hue angle of 62.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999B69 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 155 105 -
CMYK 0.01 0 0.32 0.39
HSL 62.4º 0.2% 0.51% -
HSV(B) 62.4º 0.32% 0.61% -
XYZ 27.41 31.23 17.95 -
YUV 148.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 153 155 105 0.01 0 0.32 0.39 62.4 0.2 0.51
Hex 99 9B 69 1 0 20 27 3E 14 33
Octal 231 233 151 1 0 40 47 76 24 63
Binary 10011001 10011011 1101001 1 0 100000 100111 111110 10100 110011

Color Harmonies of #999B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B69

Black with #999B69

Text Example


Text Example

White with #999B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999B69; }

 p { color: rgb(153,155,105); }

 H1.HeaderClassName
 {
   color: #999B69;
 }
 .AnyTagClassName
 {
   color: #999B69;
 }
</style>

background-color css

<style>
 a { background-color: #999B69; }

 a { background-color: rgb(153,155,105); }

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

border-color css

<style>
 span { border-color: #999B69; }

 span { border-color: rgb(153,155,105); }

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