Shades of Cosmic #6C545E
Tints of Cosmic #6C545E
RGB
CMYK
RGB Variations
Color information
#6C545E (or 0x6C545E) is known color: Cosmic. HEX triplet: 6C, 54 and 5E. RGB value is (108,84,94). Sum of RGB (Red+Green+Blue) = 108+84+94=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 108 - color contains mainly: red. Hex color #6C545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C545E is #93ABA1. Grayscale: #5C5C5C. Windows color (decimal): -9677730 or 6181996. OLE color: 6181996.
HSL color Cylindrical-coordinate representation of color #6C545E: hue angle of 335º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C545E is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 84 | 94 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.58 |
| HSL | 335º | 0.13% | 0.38% | - |
| HSV(B) | 335º | 0.22% | 0.42% | - |
| XYZ | 11.38 | 10.34 | 11.99 | - |
| YUV | 92.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 94 | 0 | 0.22 | 0.13 | 0.58 | 335 | 0.13 | 0.38 |
| Hex | 6C | 54 | 5E | 0 | 16 | D | 3A | 14F | C | 26 |
| Octal | 154 | 124 | 136 | 0 | 26 | 15 | 72 | 517 | 14 | 46 |
| Binary | 1101100 | 1010100 | 1011110 | 0 | 10110 | 1101 | 111010 | 101001111 | 1100 | 100110 |
Color Harmonies of #6C545E
Complementary color
Monochromatic Colors of #6C545E
Black with #6C545E
Text Example
Text Example
White with #6C545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C545E; }
p { color: rgb(108,84,94); }
H1.HeaderClassName
{
color: #6C545E;
}
.AnyTagClassName
{
color: #6C545E;
}
</style>
background-color css
<style>
a { background-color: #6C545E; }
a { background-color: rgb(108,84,94); }
div.DivClassName
{
background-color: #6C545E;
}
.BgClassName
{
background-color: #6C545E;
}
</style>
border-color css
<style>
span { border-color: #6C545E; }
span { border-color: rgb(108,84,94); }
td.TdClassName
{
border-color: #6C545E;
}
.TagClassName
{
border-color: #6C545E;
}
</style>