Shades of Cactus #60635E
Tints of Cactus #60635E
RGB
CMYK
RGB Variations
Color information
#60635E (or 0x60635E) is known color: Cactus. HEX triplet: 60, 63 and 5E. RGB value is (96,99,94). Sum of RGB (Red+Green+Blue) = 96+99+94=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 99 - color contains mainly: green. Hex color #60635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60635E is #9F9CA1. Grayscale: #616161. Windows color (decimal): -10460322 or 6185824. OLE color: 6185824.
HSL color Cylindrical-coordinate representation of color #60635E: hue angle of 96º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #60635E is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
RGB | 96 | 99 | 94 | - |
CMYK | 0.03 | 0 | 0.05 | 0.61 |
HSL | 96º | 0.03% | 0.38% | - |
HSV(B) | 96º | 0.05% | 0.39% | - |
XYZ | 11.31 | 12.22 | 12.35 | - |
YUV | 97.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 99 | 94 | 0.03 | 0 | 0.05 | 0.61 | 96 | 0.03 | 0.38 |
Hex | 60 | 63 | 5E | 3 | 0 | 5 | 3D | 60 | 3 | 26 |
Octal | 140 | 143 | 136 | 3 | 0 | 5 | 75 | 140 | 3 | 46 |
Binary | 1100000 | 1100011 | 1011110 | 11 | 0 | 101 | 111101 | 1100000 | 11 | 100110 |
Color Harmonies of #60635E
Complementary color
Monochromatic Colors of #60635E
Black with #60635E
Text Example
Text Example
White with #60635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60635E; }
p { color: rgb(96,99,94); }
H1.HeaderClassName
{
color: #60635E;
}
.AnyTagClassName
{
color: #60635E;
}
</style>
background-color css
<style>
a { background-color: #60635E; }
a { background-color: rgb(96,99,94); }
div.DivClassName
{
background-color: #60635E;
}
.BgClassName
{
background-color: #60635E;
}
</style>
border-color css
<style>
span { border-color: #60635E; }
span { border-color: rgb(96,99,94); }
td.TdClassName
{
border-color: #60635E;
}
.TagClassName
{
border-color: #60635E;
}
</style>