Shades of Chelsea Gem #965733
Tints of Chelsea Gem #965733
RGB
CMYK
RGB Variations
Color information
#965733 (or 0x965733) is known color: Chelsea Gem. HEX triplet: 96, 57 and 33. RGB value is (150,87,51). Sum of RGB (Red+Green+Blue) = 150+87+51=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965733 is #69A8CC. Grayscale: #656565. Windows color (decimal): -6924493 or 3364758. OLE color: 3364758.
HSL color Cylindrical-coordinate representation of color #965733: hue angle of 21.82º 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 #965733 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 51 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.41 |
| HSL | 21.82º | 0.49% | 0.39% | - |
| HSV(B) | 21.82º | 0.66% | 0.59% | - |
| XYZ | 16.58 | 13.54 | 4.87 | - |
| YUV | 101.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 51 | 0 | 0.42 | 0.66 | 0.41 | 21.82 | 0.49 | 0.39 |
| Hex | 96 | 57 | 33 | 0 | 2A | 42 | 29 | 16 | 31 | 27 |
| Octal | 226 | 127 | 63 | 0 | 52 | 102 | 51 | 26 | 61 | 47 |
| Binary | 10010110 | 1010111 | 110011 | 0 | 101010 | 1000010 | 101001 | 10110 | 110001 | 100111 |
Color Harmonies of #965733
Complementary color
Monochromatic Colors of #965733
Black with #965733
Text Example
Text Example
White with #965733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965733; }
p { color: rgb(150,87,51); }
H1.HeaderClassName
{
color: #965733;
}
.AnyTagClassName
{
color: #965733;
}
</style>
background-color css
<style>
a { background-color: #965733; }
a { background-color: rgb(150,87,51); }
div.DivClassName
{
background-color: #965733;
}
.BgClassName
{
background-color: #965733;
}
</style>
border-color css
<style>
span { border-color: #965733; }
span { border-color: rgb(150,87,51); }
td.TdClassName
{
border-color: #965733;
}
.TagClassName
{
border-color: #965733;
}
</style>