Shades of Cosmic #6D525E
Tints of Cosmic #6D525E
RGB
CMYK
RGB Variations
Color information
#6D525E (or 0x6D525E) is known color: Cosmic. HEX triplet: 6D, 52 and 5E. RGB value is (109,82,94). Sum of RGB (Red+Green+Blue) = 109+82+94=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D525E is #92ADA1. Grayscale: #5B5B5B. Windows color (decimal): -9612706 or 6181485. OLE color: 6181485.
HSL color Cylindrical-coordinate representation of color #6D525E: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D525E is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 94 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.57 |
| HSL | 333.33º | 0.14% | 0.37% | - |
| HSV(B) | 333.33º | 0.25% | 0.43% | - |
| XYZ | 11.34 | 10.09 | 11.94 | - |
| YUV | 91.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 94 | 0 | 0.25 | 0.14 | 0.57 | 333.33 | 0.14 | 0.37 |
| Hex | 6D | 52 | 5E | 0 | 19 | E | 39 | 14D | E | 25 |
| Octal | 155 | 122 | 136 | 0 | 31 | 16 | 71 | 515 | 16 | 45 |
| Binary | 1101101 | 1010010 | 1011110 | 0 | 11001 | 1110 | 111001 | 101001101 | 1110 | 100101 |
Color Harmonies of #6D525E
Complementary color
Monochromatic Colors of #6D525E
Black with #6D525E
Text Example
Text Example
White with #6D525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D525E; }
p { color: rgb(109,82,94); }
H1.HeaderClassName
{
color: #6D525E;
}
.AnyTagClassName
{
color: #6D525E;
}
</style>
background-color css
<style>
a { background-color: #6D525E; }
a { background-color: rgb(109,82,94); }
div.DivClassName
{
background-color: #6D525E;
}
.BgClassName
{
background-color: #6D525E;
}
</style>
border-color css
<style>
span { border-color: #6D525E; }
span { border-color: rgb(109,82,94); }
td.TdClassName
{
border-color: #6D525E;
}
.TagClassName
{
border-color: #6D525E;
}
</style>