Shades of Chelsea Gem #965532
Tints of Chelsea Gem #965532
RGB
CMYK
RGB Variations
Color information
#965532 (or 0x965532) is known color: Chelsea Gem. HEX triplet: 96, 55 and 32. RGB value is (150,85,50). Sum of RGB (Red+Green+Blue) = 150+85+50=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965532 is #69AACD. Grayscale: #646464. Windows color (decimal): -6925006 or 3298710. OLE color: 3298710.
HSL color Cylindrical-coordinate representation of color #965532: hue angle of 21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #965532 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 50 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.41 |
| HSL | 21º | 0.5% | 0.39% | - |
| HSV(B) | 21º | 0.67% | 0.59% | - |
| XYZ | 16.4 | 13.21 | 4.7 | - |
| YUV | 100.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 50 | 0 | 0.43 | 0.67 | 0.41 | 21 | 0.5 | 0.39 |
| Hex | 96 | 55 | 32 | 0 | 2B | 43 | 29 | 15 | 32 | 27 |
| Octal | 226 | 125 | 62 | 0 | 53 | 103 | 51 | 25 | 62 | 47 |
| Binary | 10010110 | 1010101 | 110010 | 0 | 101011 | 1000011 | 101001 | 10101 | 110010 | 100111 |
Color Harmonies of #965532
Complementary color
Monochromatic Colors of #965532
Black with #965532
Text Example
Text Example
White with #965532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965532; }
p { color: rgb(150,85,50); }
H1.HeaderClassName
{
color: #965532;
}
.AnyTagClassName
{
color: #965532;
}
</style>
background-color css
<style>
a { background-color: #965532; }
a { background-color: rgb(150,85,50); }
div.DivClassName
{
background-color: #965532;
}
.BgClassName
{
background-color: #965532;
}
</style>
border-color css
<style>
span { border-color: #965532; }
span { border-color: rgb(150,85,50); }
td.TdClassName
{
border-color: #965532;
}
.TagClassName
{
border-color: #965532;
}
</style>