Shades of Chelsea Gem #965533
Tints of Chelsea Gem #965533
RGB
CMYK
RGB Variations
Color information
#965533 (or 0x965533) is known color: Chelsea Gem. HEX triplet: 96, 55 and 33. RGB value is (150,85,51). Sum of RGB (Red+Green+Blue) = 150+85+51=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965533 is #69AACC. Grayscale: #646464. Windows color (decimal): -6925005 or 3364246. OLE color: 3364246.
HSL color Cylindrical-coordinate representation of color #965533: hue angle of 20.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #965533 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 51 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.41 |
| HSL | 20.61º | 0.49% | 0.39% | - |
| HSV(B) | 20.61º | 0.66% | 0.59% | - |
| XYZ | 16.42 | 13.22 | 4.82 | - |
| YUV | 100.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 51 | 0 | 0.43 | 0.66 | 0.41 | 20.61 | 0.49 | 0.39 |
| Hex | 96 | 55 | 33 | 0 | 2B | 42 | 29 | 15 | 31 | 27 |
| Octal | 226 | 125 | 63 | 0 | 53 | 102 | 51 | 25 | 61 | 47 |
| Binary | 10010110 | 1010101 | 110011 | 0 | 101011 | 1000010 | 101001 | 10101 | 110001 | 100111 |
Color Harmonies of #965533
Complementary color
Monochromatic Colors of #965533
Black with #965533
Text Example
Text Example
White with #965533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965533; }
p { color: rgb(150,85,51); }
H1.HeaderClassName
{
color: #965533;
}
.AnyTagClassName
{
color: #965533;
}
</style>
background-color css
<style>
a { background-color: #965533; }
a { background-color: rgb(150,85,51); }
div.DivClassName
{
background-color: #965533;
}
.BgClassName
{
background-color: #965533;
}
</style>
border-color css
<style>
span { border-color: #965533; }
span { border-color: rgb(150,85,51); }
td.TdClassName
{
border-color: #965533;
}
.TagClassName
{
border-color: #965533;
}
</style>