Shades of Chelsea Gem #965832
Tints of Chelsea Gem #965832
RGB
CMYK
RGB Variations
Color information
#965832 (or 0x965832) is known color: Chelsea Gem. HEX triplet: 96, 58 and 32. RGB value is (150,88,50). Sum of RGB (Red+Green+Blue) = 150+88+50=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965832 is #69A7CD. Grayscale: #666666. Windows color (decimal): -6924238 or 3299478. OLE color: 3299478.
HSL color Cylindrical-coordinate representation of color #965832: hue angle of 22.8º 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 #965832 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 50 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.41 |
| HSL | 22.8º | 0.5% | 0.39% | - |
| HSV(B) | 22.8º | 0.67% | 0.59% | - |
| XYZ | 16.64 | 13.69 | 4.78 | - |
| YUV | 102.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 50 | 0 | 0.41 | 0.67 | 0.41 | 22.8 | 0.5 | 0.39 |
| Hex | 96 | 58 | 32 | 0 | 29 | 43 | 29 | 17 | 32 | 27 |
| Octal | 226 | 130 | 62 | 0 | 51 | 103 | 51 | 27 | 62 | 47 |
| Binary | 10010110 | 1011000 | 110010 | 0 | 101001 | 1000011 | 101001 | 10111 | 110010 | 100111 |
Color Harmonies of #965832
Complementary color
Monochromatic Colors of #965832
Black with #965832
Text Example
Text Example
White with #965832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965832; }
p { color: rgb(150,88,50); }
H1.HeaderClassName
{
color: #965832;
}
.AnyTagClassName
{
color: #965832;
}
</style>
background-color css
<style>
a { background-color: #965832; }
a { background-color: rgb(150,88,50); }
div.DivClassName
{
background-color: #965832;
}
.BgClassName
{
background-color: #965832;
}
</style>
border-color css
<style>
span { border-color: #965832; }
span { border-color: rgb(150,88,50); }
td.TdClassName
{
border-color: #965832;
}
.TagClassName
{
border-color: #965832;
}
</style>