Shades of Cosmic #6D525B
Tints of Cosmic #6D525B
RGB
CMYK
RGB Variations
Color information
#6D525B (or 0x6D525B) is known color: Cosmic. HEX triplet: 6D, 52 and 5B. RGB value is (109,82,91). Sum of RGB (Red+Green+Blue) = 109+82+91=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D525B is #92ADA4. Grayscale: #5B5B5B. Windows color (decimal): -9612709 or 5984877. OLE color: 5984877.
HSL color Cylindrical-coordinate representation of color #6D525B: hue angle of 340º 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 #6D525B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 91 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.57 |
| HSL | 340º | 0.14% | 0.37% | - |
| HSV(B) | 340º | 0.25% | 0.43% | - |
| XYZ | 11.21 | 10.04 | 11.24 | - |
| YUV | 91.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 91 | 0 | 0.25 | 0.17 | 0.57 | 340 | 0.14 | 0.37 |
| Hex | 6D | 52 | 5B | 0 | 19 | 11 | 39 | 154 | E | 25 |
| Octal | 155 | 122 | 133 | 0 | 31 | 21 | 71 | 524 | 16 | 45 |
| Binary | 1101101 | 1010010 | 1011011 | 0 | 11001 | 10001 | 111001 | 101010100 | 1110 | 100101 |
Color Harmonies of #6D525B
Complementary color
Monochromatic Colors of #6D525B
Black with #6D525B
Text Example
Text Example
White with #6D525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D525B; }
p { color: rgb(109,82,91); }
H1.HeaderClassName
{
color: #6D525B;
}
.AnyTagClassName
{
color: #6D525B;
}
</style>
background-color css
<style>
a { background-color: #6D525B; }
a { background-color: rgb(109,82,91); }
div.DivClassName
{
background-color: #6D525B;
}
.BgClassName
{
background-color: #6D525B;
}
</style>
border-color css
<style>
span { border-color: #6D525B; }
span { border-color: rgb(109,82,91); }
td.TdClassName
{
border-color: #6D525B;
}
.TagClassName
{
border-color: #6D525B;
}
</style>