Html Css Color HEX #616660 Cactus

📋 copy color: '#616660'

red 97 ◦ green 102 ◦ blue 96

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

Shades of Cactus #616660

Tints of Cactus #616660

RGB

 RED value IS 97 (38.28% from 255) = 32.88%

 GREEN value IS 102 (40.23% from 255) = 34.58%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 32.88%
G = 34.58%
B = 32.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#616660 (or 0x616660) is known color: Cactus. HEX triplet: 61, 66 and 60. RGB value is (97,102,96). Sum of RGB (Red+Green+Blue) = 97+102+96=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 102 - color contains mainly: green. Hex color #616660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616660 is #9E999F. Grayscale: #636363. Windows color (decimal): -10394016 or 6317665. OLE color: 6317665.

HSL color Cylindrical-coordinate representation of color #616660: hue angle of 110º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #616660 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 96 -
CMYK 0.05 0 0.06 0.6
HSL 110º 0.03% 0.39% -
HSV(B) 110º 0.06% 0.4% -
XYZ 11.79 12.89 12.93 -
YUV 99.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 97 102 96 0.05 0 0.06 0.6 110 0.03 0.39
Hex 61 66 60 5 0 6 3C 6E 3 27
Octal 141 146 140 5 0 6 74 156 3 47
Binary 1100001 1100110 1100000 101 0 110 111100 1101110 11 100111

Color Harmonies of #616660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616660

Black with #616660

Text Example


Text Example

White with #616660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616660; }

 p { color: rgb(97,102,96); }

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

background-color css

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

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

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

border-color css

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

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

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