Shades of Cactus #60655D
Tints of Cactus #60655D
RGB
CMYK
RGB Variations
Color information
#60655D (or 0x60655D) is known color: Cactus. HEX triplet: 60, 65 and 5D. RGB value is (96,101,93). Sum of RGB (Red+Green+Blue) = 96+101+93=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 101 - color contains mainly: green. Hex color #60655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60655D is #9F9AA2. Grayscale: #626262. Windows color (decimal): -10459811 or 6120800. OLE color: 6120800.
HSL color Cylindrical-coordinate representation of color #60655D: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #60655D is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
RGB | 96 | 101 | 93 | - |
CMYK | 0.05 | 0 | 0.08 | 0.60 |
HSL | 97.5º | 0.04% | 0.38% | - |
HSV(B) | 97.5º | 0.08% | 0.4% | - |
XYZ | 11.45 | 12.58 | 12.18 | - |
YUV | 98.59 | 124.84 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 101 | 93 | 0.05 | 0 | 0.08 | 0.60 | 97.5 | 0.04 | 0.38 |
Hex | 60 | 65 | 5D | 5 | 0 | 8 | 3C | 62 | 4 | 26 |
Octal | 140 | 145 | 135 | 5 | 0 | 10 | 74 | 142 | 4 | 46 |
Binary | 1100000 | 1100101 | 1011101 | 101 | 0 | 1000 | 111100 | 1100010 | 100 | 100110 |
Color Harmonies of #60655D
Complementary color
Monochromatic Colors of #60655D
Black with #60655D
Text Example
Text Example
White with #60655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60655D; }
p { color: rgb(96,101,93); }
H1.HeaderClassName
{
color: #60655D;
}
.AnyTagClassName
{
color: #60655D;
}
</style>
background-color css
<style>
a { background-color: #60655D; }
a { background-color: rgb(96,101,93); }
div.DivClassName
{
background-color: #60655D;
}
.BgClassName
{
background-color: #60655D;
}
</style>
border-color css
<style>
span { border-color: #60655D; }
span { border-color: rgb(96,101,93); }
td.TdClassName
{
border-color: #60655D;
}
.TagClassName
{
border-color: #60655D;
}
</style>