Shades of Chelsea Gem #915633
Tints of Chelsea Gem #915633
RGB
CMYK
RGB Variations
Color information
#915633 (or 0x915633) is known color: Chelsea Gem. HEX triplet: 91, 56 and 33. RGB value is (145,86,51). Sum of RGB (Red+Green+Blue) = 145+86+51=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #915633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915633 is #6EA9CC. Grayscale: #636363. Windows color (decimal): -7252429 or 3364497. OLE color: 3364497.
HSL color Cylindrical-coordinate representation of color #915633: hue angle of 22.34º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #915633 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 51 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.43 |
| HSL | 22.34º | 0.48% | 0.38% | - |
| HSV(B) | 22.34º | 0.65% | 0.57% | - |
| XYZ | 15.6 | 12.91 | 4.8 | - |
| YUV | 99.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 51 | 0 | 0.41 | 0.65 | 0.43 | 22.34 | 0.48 | 0.38 |
| Hex | 91 | 56 | 33 | 0 | 29 | 41 | 2B | 16 | 30 | 26 |
| Octal | 221 | 126 | 63 | 0 | 51 | 101 | 53 | 26 | 60 | 46 |
| Binary | 10010001 | 1010110 | 110011 | 0 | 101001 | 1000001 | 101011 | 10110 | 110000 | 100110 |
Color Harmonies of #915633
Complementary color
Monochromatic Colors of #915633
Black with #915633
Text Example
Text Example
White with #915633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915633; }
p { color: rgb(145,86,51); }
H1.HeaderClassName
{
color: #915633;
}
.AnyTagClassName
{
color: #915633;
}
</style>
background-color css
<style>
a { background-color: #915633; }
a { background-color: rgb(145,86,51); }
div.DivClassName
{
background-color: #915633;
}
.BgClassName
{
background-color: #915633;
}
</style>
border-color css
<style>
span { border-color: #915633; }
span { border-color: rgb(145,86,51); }
td.TdClassName
{
border-color: #915633;
}
.TagClassName
{
border-color: #915633;
}
</style>