Shades of Cosmic #6D535D
Tints of Cosmic #6D535D
RGB
CMYK
RGB Variations
Color information
#6D535D (or 0x6D535D) is known color: Cosmic. HEX triplet: 6D, 53 and 5D. RGB value is (109,83,93). Sum of RGB (Red+Green+Blue) = 109+83+93=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D535D is #92ACA2. Grayscale: #5B5B5B. Windows color (decimal): -9612451 or 6116205. OLE color: 6116205.
HSL color Cylindrical-coordinate representation of color #6D535D: hue angle of 336.92º 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 #6D535D is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 93 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.57 |
| HSL | 336.92º | 0.14% | 0.38% | - |
| HSV(B) | 336.92º | 0.24% | 0.43% | - |
| XYZ | 11.38 | 10.23 | 11.73 | - |
| YUV | 91.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 93 | 0 | 0.24 | 0.15 | 0.57 | 336.92 | 0.14 | 0.38 |
| Hex | 6D | 53 | 5D | 0 | 18 | F | 39 | 151 | E | 26 |
| Octal | 155 | 123 | 135 | 0 | 30 | 17 | 71 | 521 | 16 | 46 |
| Binary | 1101101 | 1010011 | 1011101 | 0 | 11000 | 1111 | 111001 | 101010001 | 1110 | 100110 |
Color Harmonies of #6D535D
Complementary color
Monochromatic Colors of #6D535D
Black with #6D535D
Text Example
Text Example
White with #6D535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D535D; }
p { color: rgb(109,83,93); }
H1.HeaderClassName
{
color: #6D535D;
}
.AnyTagClassName
{
color: #6D535D;
}
</style>
background-color css
<style>
a { background-color: #6D535D; }
a { background-color: rgb(109,83,93); }
div.DivClassName
{
background-color: #6D535D;
}
.BgClassName
{
background-color: #6D535D;
}
</style>
border-color css
<style>
span { border-color: #6D535D; }
span { border-color: rgb(109,83,93); }
td.TdClassName
{
border-color: #6D535D;
}
.TagClassName
{
border-color: #6D535D;
}
</style>