Html Css Color HEX #616561 Cactus

📋 copy color: '#616561'

red 97 ◦ green 101 ◦ blue 97

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

Shades of Cactus #616561

Tints of Cactus #616561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 32.88%
G = 34.24%
B = 32.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#616561 (or 0x616561) is known color: Cactus. HEX triplet: 61, 65 and 61. RGB value is (97,101,97). Sum of RGB (Red+Green+Blue) = 97+101+97=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 101 - color contains mainly: green. Hex color #616561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616561 is #9E9A9E. Grayscale: #636363. Windows color (decimal): -10394271 or 6382945. OLE color: 6382945.

HSL color Cylindrical-coordinate representation of color #616561: hue angle of 120º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #616561 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 97 -
CMYK 0.04 0 0.04 0.60
HSL 120º 0.02% 0.39% -
HSV(B) 120º 0.04% 0.4% -
XYZ 11.74 12.71 13.14 -
YUV 99.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 97 101 97 0.04 0 0.04 0.60 120 0.02 0.39
Hex 61 65 61 4 0 4 3C 78 2 27
Octal 141 145 141 4 0 4 74 170 2 47
Binary 1100001 1100101 1100001 100 0 100 111100 1111000 10 100111

Color Harmonies of #616561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616561

Black with #616561

Text Example


Text Example

White with #616561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616561; }

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

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

background-color css

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

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

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

border-color css

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

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

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