Shades of Cosmic #6E535E
Tints of Cosmic #6E535E
RGB
CMYK
RGB Variations
Color information
#6E535E (or 0x6E535E) is known color: Cosmic. HEX triplet: 6E, 53 and 5E. RGB value is (110,83,94). Sum of RGB (Red+Green+Blue) = 110+83+94=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E535E is #91ACA1. Grayscale: #5C5C5C. Windows color (decimal): -9546914 or 6181742. OLE color: 6181742.
HSL color Cylindrical-coordinate representation of color #6E535E: hue angle of 335.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E535E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 83 | 94 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.57 |
| HSL | 335.56º | 0.14% | 0.38% | - |
| HSV(B) | 335.56º | 0.25% | 0.43% | - |
| XYZ | 11.54 | 10.31 | 11.97 | - |
| YUV | 92.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 94 | 0 | 0.25 | 0.15 | 0.57 | 335.56 | 0.14 | 0.38 |
| Hex | 6E | 53 | 5E | 0 | 19 | F | 39 | 150 | E | 26 |
| Octal | 156 | 123 | 136 | 0 | 31 | 17 | 71 | 520 | 16 | 46 |
| Binary | 1101110 | 1010011 | 1011110 | 0 | 11001 | 1111 | 111001 | 101010000 | 1110 | 100110 |
Color Harmonies of #6E535E
Complementary color
Monochromatic Colors of #6E535E
Black with #6E535E
Text Example
Text Example
White with #6E535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E535E; }
p { color: rgb(110,83,94); }
H1.HeaderClassName
{
color: #6E535E;
}
.AnyTagClassName
{
color: #6E535E;
}
</style>
background-color css
<style>
a { background-color: #6E535E; }
a { background-color: rgb(110,83,94); }
div.DivClassName
{
background-color: #6E535E;
}
.BgClassName
{
background-color: #6E535E;
}
</style>
border-color css
<style>
span { border-color: #6E535E; }
span { border-color: rgb(110,83,94); }
td.TdClassName
{
border-color: #6E535E;
}
.TagClassName
{
border-color: #6E535E;
}
</style>