Html Css Color HEX #999C61 Avocado

📋 copy color: '#999C61'

red 153 ◦ green 156 ◦ blue 97

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

Shades of Avocado #999C61

Tints of Avocado #999C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 37.68%
G = 38.42%
B = 23.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#999C61 (or 0x999C61) is known color: Avocado. HEX triplet: 99, 9C and 61. RGB value is (153,156,97). Sum of RGB (Red+Green+Blue) = 153+156+97=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #999C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C61 is #66639E. Grayscale: #949494. Windows color (decimal): -6710175 or 6397081. OLE color: 6397081.

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

Color convert

RGB 153 156 97 -
CMYK 0.02 0 0.38 0.39
HSL 63.05º 0.23% 0.5% -
HSV(B) 63.05º 0.38% 0.61% -
XYZ 27.18 31.41 15.94 -
YUV 148.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 153 156 97 0.02 0 0.38 0.39 63.05 0.23 0.5
Hex 99 9C 61 2 0 26 27 3F 17 32
Octal 231 234 141 2 0 46 47 77 27 62
Binary 10011001 10011100 1100001 10 0 100110 100111 111111 10111 110010

Color Harmonies of #999C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C61

Black with #999C61

Text Example


Text Example

White with #999C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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