Shades of Cosmic #6C4F5F
Tints of Cosmic #6C4F5F
RGB
CMYK
RGB Variations
Color information
#6C4F5F (or 0x6C4F5F) is known color: Cosmic. HEX triplet: 6C, 4F and 5F. RGB value is (108,79,95). Sum of RGB (Red+Green+Blue) = 108+79+95=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5F is #93B0A0. Grayscale: #595959. Windows color (decimal): -9679009 or 6246252. OLE color: 6246252.
HSL color Cylindrical-coordinate representation of color #6C4F5F: hue angle of 326.9º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C4F5F is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 95 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.58 |
| HSL | 326.9º | 0.16% | 0.37% | - |
| HSV(B) | 326.9º | 0.27% | 0.42% | - |
| XYZ | 11.05 | 9.61 | 12.1 | - |
| YUV | 89.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 95 | 0 | 0.27 | 0.12 | 0.58 | 326.9 | 0.16 | 0.37 |
| Hex | 6C | 4F | 5F | 0 | 1B | C | 3A | 147 | 10 | 25 |
| Octal | 154 | 117 | 137 | 0 | 33 | 14 | 72 | 507 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1011111 | 0 | 11011 | 1100 | 111010 | 101000111 | 10000 | 100101 |
Color Harmonies of #6C4F5F
Complementary color
Monochromatic Colors of #6C4F5F
Black with #6C4F5F
Text Example
Text Example
White with #6C4F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F5F; }
p { color: rgb(108,79,95); }
H1.HeaderClassName
{
color: #6C4F5F;
}
.AnyTagClassName
{
color: #6C4F5F;
}
</style>
background-color css
<style>
a { background-color: #6C4F5F; }
a { background-color: rgb(108,79,95); }
div.DivClassName
{
background-color: #6C4F5F;
}
.BgClassName
{
background-color: #6C4F5F;
}
</style>
border-color css
<style>
span { border-color: #6C4F5F; }
span { border-color: rgb(108,79,95); }
td.TdClassName
{
border-color: #6C4F5F;
}
.TagClassName
{
border-color: #6C4F5F;
}
</style>