Shades of Cosmic #6D535F
Tints of Cosmic #6D535F
RGB
CMYK
RGB Variations
Color information
#6D535F (or 0x6D535F) is known color: Cosmic. HEX triplet: 6D, 53 and 5F. RGB value is (109,83,95). Sum of RGB (Red+Green+Blue) = 109+83+95=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D535F is #92ACA0. Grayscale: #5C5C5C. Windows color (decimal): -9612449 or 6247277. OLE color: 6247277.
HSL color Cylindrical-coordinate representation of color #6D535F: hue angle of 332.31º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D535F is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 95 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.57 |
| HSL | 332.31º | 0.14% | 0.38% | - |
| HSV(B) | 332.31º | 0.24% | 0.43% | - |
| XYZ | 11.47 | 10.26 | 12.2 | - |
| YUV | 92.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 95 | 0 | 0.24 | 0.13 | 0.57 | 332.31 | 0.14 | 0.38 |
| Hex | 6D | 53 | 5F | 0 | 18 | D | 39 | 14C | E | 26 |
| Octal | 155 | 123 | 137 | 0 | 30 | 15 | 71 | 514 | 16 | 46 |
| Binary | 1101101 | 1010011 | 1011111 | 0 | 11000 | 1101 | 111001 | 101001100 | 1110 | 100110 |
Color Harmonies of #6D535F
Complementary color
Monochromatic Colors of #6D535F
Black with #6D535F
Text Example
Text Example
White with #6D535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D535F; }
p { color: rgb(109,83,95); }
H1.HeaderClassName
{
color: #6D535F;
}
.AnyTagClassName
{
color: #6D535F;
}
</style>
background-color css
<style>
a { background-color: #6D535F; }
a { background-color: rgb(109,83,95); }
div.DivClassName
{
background-color: #6D535F;
}
.BgClassName
{
background-color: #6D535F;
}
</style>
border-color css
<style>
span { border-color: #6D535F; }
span { border-color: rgb(109,83,95); }
td.TdClassName
{
border-color: #6D535F;
}
.TagClassName
{
border-color: #6D535F;
}
</style>