Shades of Cactus #616461
Tints of Cactus #616461
RGB
CMYK
RGB Variations
Color information
#616461 (or 0x616461) is known color: Cactus. HEX triplet: 61, 64 and 61. RGB value is (97,100,97). Sum of RGB (Red+Green+Blue) = 97+100+97=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 100 - color contains mainly: green. Hex color #616461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616461 is #9E9B9E. Grayscale: #626262. Windows color (decimal): -10394527 or 6382689. OLE color: 6382689.
HSL color Cylindrical-coordinate representation of color #616461: hue angle of 120º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #616461 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 97 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.61 |
| HSL | 120º | 0.02% | 0.39% | - |
| HSV(B) | 120º | 0.03% | 0.39% | - |
| XYZ | 11.64 | 12.52 | 13.11 | - |
| YUV | 98.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 97 | 0.03 | 0 | 0.03 | 0.61 | 120 | 0.02 | 0.39 |
| Hex | 61 | 64 | 61 | 3 | 0 | 3 | 3D | 78 | 2 | 27 |
| Octal | 141 | 144 | 141 | 3 | 0 | 3 | 75 | 170 | 2 | 47 |
| Binary | 1100001 | 1100100 | 1100001 | 11 | 0 | 11 | 111101 | 1111000 | 10 | 100111 |
Color Harmonies of #616461
Complementary color
Monochromatic Colors of #616461
Black with #616461
Text Example
Text Example
White with #616461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616461; }
p { color: rgb(97,100,97); }
H1.HeaderClassName
{
color: #616461;
}
.AnyTagClassName
{
color: #616461;
}
</style>
background-color css
<style>
a { background-color: #616461; }
a { background-color: rgb(97,100,97); }
div.DivClassName
{
background-color: #616461;
}
.BgClassName
{
background-color: #616461;
}
</style>
border-color css
<style>
span { border-color: #616461; }
span { border-color: rgb(97,100,97); }
td.TdClassName
{
border-color: #616461;
}
.TagClassName
{
border-color: #616461;
}
</style>