Shades of Cactus #616361
Tints of Cactus #616361
RGB
CMYK
RGB Variations
Color information
#616361 (or 0x616361) is known color: Cactus. HEX triplet: 61, 63 and 61. RGB value is (97,99,97). Sum of RGB (Red+Green+Blue) = 97+99+97=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 99 - color contains mainly: green. Hex color #616361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616361 is #9E9C9E. Grayscale: #626262. Windows color (decimal): -10394783 or 6382433. OLE color: 6382433.
HSL color Cylindrical-coordinate representation of color #616361: hue angle of 120º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #616361 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
RGB | 97 | 99 | 97 | - |
CMYK | 0.02 | 0 | 0.02 | 0.61 |
HSL | 120º | 0.01% | 0.38% | - |
HSV(B) | 120º | 0.02% | 0.39% | - |
XYZ | 11.55 | 12.33 | 13.08 | - |
YUV | 98.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 99 | 97 | 0.02 | 0 | 0.02 | 0.61 | 120 | 0.01 | 0.38 |
Hex | 61 | 63 | 61 | 2 | 0 | 2 | 3D | 78 | 1 | 26 |
Octal | 141 | 143 | 141 | 2 | 0 | 2 | 75 | 170 | 1 | 46 |
Binary | 1100001 | 1100011 | 1100001 | 10 | 0 | 10 | 111101 | 1111000 | 1 | 100110 |
Color Harmonies of #616361
Complementary color
Monochromatic Colors of #616361
Black with #616361
Text Example
Text Example
White with #616361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616361; }
p { color: rgb(97,99,97); }
H1.HeaderClassName
{
color: #616361;
}
.AnyTagClassName
{
color: #616361;
}
</style>
background-color css
<style>
a { background-color: #616361; }
a { background-color: rgb(97,99,97); }
div.DivClassName
{
background-color: #616361;
}
.BgClassName
{
background-color: #616361;
}
</style>
border-color css
<style>
span { border-color: #616361; }
span { border-color: rgb(97,99,97); }
td.TdClassName
{
border-color: #616361;
}
.TagClassName
{
border-color: #616361;
}
</style>