Shades of Cosmic #8B466F
Tints of Cosmic #8B466F
RGB
CMYK
RGB Variations
Color information
#8B466F (or 0x8B466F) is known color: Cosmic. HEX triplet: 8B, 46 and 6F. RGB value is (139,70,111). Sum of RGB (Red+Green+Blue) = 139+70+111=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466F is #74B990. Grayscale: #5F5F5F. Windows color (decimal): -7649681 or 7292555. OLE color: 7292555.
HSL color Cylindrical-coordinate representation of color #8B466F: hue angle of 324.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B466F is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 111 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.45 |
| HSL | 324.35º | 0.33% | 0.41% | - |
| HSV(B) | 324.35º | 0.5% | 0.55% | - |
| XYZ | 15.71 | 11.02 | 16.34 | - |
| YUV | 95.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 111 | 0 | 0.50 | 0.20 | 0.45 | 324.35 | 0.33 | 0.41 |
| Hex | 8B | 46 | 6F | 0 | 32 | 14 | 2D | 144 | 21 | 29 |
| Octal | 213 | 106 | 157 | 0 | 62 | 24 | 55 | 504 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1101111 | 0 | 110010 | 10100 | 101101 | 101000100 | 100001 | 101001 |
Color Harmonies of #8B466F
Complementary color
Monochromatic Colors of #8B466F
Black with #8B466F
Text Example
Text Example
White with #8B466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B466F; }
p { color: rgb(139,70,111); }
H1.HeaderClassName
{
color: #8B466F;
}
.AnyTagClassName
{
color: #8B466F;
}
</style>
background-color css
<style>
a { background-color: #8B466F; }
a { background-color: rgb(139,70,111); }
div.DivClassName
{
background-color: #8B466F;
}
.BgClassName
{
background-color: #8B466F;
}
</style>
border-color css
<style>
span { border-color: #8B466F; }
span { border-color: rgb(139,70,111); }
td.TdClassName
{
border-color: #8B466F;
}
.TagClassName
{
border-color: #8B466F;
}
</style>