Html Css Color HEX #999C69 Avocado

📋 copy color: '#999C69'

red 153 ◦ green 156 ◦ blue 105

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

Shades of Avocado #999C69

Tints of Avocado #999C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 36.96%
G = 37.68%
B = 25.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#999C69 (or 0x999C69) is known color: Avocado. HEX triplet: 99, 9C and 69. RGB value is (153,156,105). Sum of RGB (Red+Green+Blue) = 153+156+105=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #999C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C69 is #666396. Grayscale: #959595. Windows color (decimal): -6710167 or 6921369. OLE color: 6921369.

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

Color convert

RGB 153 156 105 -
CMYK 0.02 0 0.33 0.39
HSL 63.53º 0.2% 0.51% -
HSV(B) 63.53º 0.33% 0.61% -
XYZ 27.58 31.57 18 -
YUV 149.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 153 156 105 0.02 0 0.33 0.39 63.53 0.2 0.51
Hex 99 9C 69 2 0 21 27 40 14 33
Octal 231 234 151 2 0 41 47 100 24 63
Binary 10011001 10011100 1101001 10 0 100001 100111 1000000 10100 110011

Color Harmonies of #999C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C69

Black with #999C69

Text Example


Text Example

White with #999C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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