Html Css Color HEX #999961 Avocado

📋 copy color: '#999961'

red 153 ◦ green 153 ◦ blue 97

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

Shades of Avocado #999961

Tints of Avocado #999961

RGB

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

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

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

R = 37.97%
G = 37.97%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#999961 (or 0x999961) is known color: Avocado. HEX triplet: 99, 99 and 61. RGB value is (153,153,97). Sum of RGB (Red+Green+Blue) = 153+153+97=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999961 is #66669E. Grayscale: #929292. Windows color (decimal): -6710943 or 6396313. OLE color: 6396313.

HSL color Cylindrical-coordinate representation of color #999961: hue angle of 60º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999961 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 97 -
CMYK 0 0 0.37 0.4
HSL 60º 0.22% 0.49% -
HSV(B) 60º 0.37% 0.6% -
XYZ 26.69 30.42 15.77 -
YUV 146.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 153 153 97 0 0 0.37 0.4 60 0.22 0.49
Hex 99 99 61 0 0 25 28 3C 16 31
Octal 231 231 141 0 0 45 50 74 26 61
Binary 10011001 10011001 1100001 0 0 100101 101000 111100 10110 110001

Color Harmonies of #999961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999961

Black with #999961

Text Example


Text Example

White with #999961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999961; }

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

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

background-color css

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

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

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

border-color css

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

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

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