Shades of Chelsea Gem #965331
Tints of Chelsea Gem #965331
RGB
CMYK
RGB Variations
Color information
#965331 (or 0x965331) is known color: Chelsea Gem. HEX triplet: 96, 53 and 31. RGB value is (150,83,49). Sum of RGB (Red+Green+Blue) = 150+83+49=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965331 is #69ACCE. Grayscale: #636363. Windows color (decimal): -6925519 or 3232662. OLE color: 3232662.
HSL color Cylindrical-coordinate representation of color #965331: hue angle of 20.2º degrees, saturation: 0.51, 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 #965331 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 49 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.41 |
| HSL | 20.2º | 0.51% | 0.39% | - |
| HSV(B) | 20.2º | 0.67% | 0.59% | - |
| XYZ | 16.23 | 12.89 | 4.54 | - |
| YUV | 99.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 49 | 0 | 0.45 | 0.67 | 0.41 | 20.2 | 0.51 | 0.39 |
| Hex | 96 | 53 | 31 | 0 | 2D | 43 | 29 | 14 | 33 | 27 |
| Octal | 226 | 123 | 61 | 0 | 55 | 103 | 51 | 24 | 63 | 47 |
| Binary | 10010110 | 1010011 | 110001 | 0 | 101101 | 1000011 | 101001 | 10100 | 110011 | 100111 |
Color Harmonies of #965331
Complementary color
Monochromatic Colors of #965331
Black with #965331
Text Example
Text Example
White with #965331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965331; }
p { color: rgb(150,83,49); }
H1.HeaderClassName
{
color: #965331;
}
.AnyTagClassName
{
color: #965331;
}
</style>
background-color css
<style>
a { background-color: #965331; }
a { background-color: rgb(150,83,49); }
div.DivClassName
{
background-color: #965331;
}
.BgClassName
{
background-color: #965331;
}
</style>
border-color css
<style>
span { border-color: #965331; }
span { border-color: rgb(150,83,49); }
td.TdClassName
{
border-color: #965331;
}
.TagClassName
{
border-color: #965331;
}
</style>