Shades of Cosmic #84566D
Tints of Cosmic #84566D
RGB
CMYK
RGB Variations
Color information
#84566D (or 0x84566D) is known color: Cosmic. HEX triplet: 84, 56 and 6D. RGB value is (132,86,109). Sum of RGB (Red+Green+Blue) = 132+86+109=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84566D is #7BA992. Grayscale: #666666. Windows color (decimal): -8104339 or 7165572. OLE color: 7165572.
HSL color Cylindrical-coordinate representation of color #84566D: hue angle of 330º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84566D is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 109 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.48 |
| HSL | 330º | 0.21% | 0.43% | - |
| HSV(B) | 330º | 0.35% | 0.52% | - |
| XYZ | 15.6 | 12.67 | 16.09 | - |
| YUV | 102.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 109 | 0 | 0.35 | 0.17 | 0.48 | 330 | 0.21 | 0.43 |
| Hex | 84 | 56 | 6D | 0 | 23 | 11 | 30 | 14A | 15 | 2B |
| Octal | 204 | 126 | 155 | 0 | 43 | 21 | 60 | 512 | 25 | 53 |
| Binary | 10000100 | 1010110 | 1101101 | 0 | 100011 | 10001 | 110000 | 101001010 | 10101 | 101011 |
Color Harmonies of #84566D
Complementary color
Monochromatic Colors of #84566D
Black with #84566D
Text Example
Text Example
White with #84566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84566D; }
p { color: rgb(132,86,109); }
H1.HeaderClassName
{
color: #84566D;
}
.AnyTagClassName
{
color: #84566D;
}
</style>
background-color css
<style>
a { background-color: #84566D; }
a { background-color: rgb(132,86,109); }
div.DivClassName
{
background-color: #84566D;
}
.BgClassName
{
background-color: #84566D;
}
</style>
border-color css
<style>
span { border-color: #84566D; }
span { border-color: rgb(132,86,109); }
td.TdClassName
{
border-color: #84566D;
}
.TagClassName
{
border-color: #84566D;
}
</style>