Shades of Chelsea Gem #965A2D
Tints of Chelsea Gem #965A2D
RGB
CMYK
RGB Variations
Color information
#965A2D (or 0x965A2D) is known color: Chelsea Gem. HEX triplet: 96, 5A and 2D. RGB value is (150,90,45). Sum of RGB (Red+Green+Blue) = 150+90+45=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A2D is #69A5D2. Grayscale: #676767. Windows color (decimal): -6923731 or 2972310. OLE color: 2972310.
HSL color Cylindrical-coordinate representation of color #965A2D: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #965A2D is Cyan = 0, Magento = 0.4, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 45 | - |
| CMYK | 0 | 0.4 | 0.70 | 0.41 |
| HSL | 25.71º | 0.54% | 0.38% | - |
| HSV(B) | 25.71º | 0.7% | 0.59% | - |
| XYZ | 16.71 | 13.99 | 4.3 | - |
| YUV | 102.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 45 | 0 | 0.4 | 0.70 | 0.41 | 25.71 | 0.54 | 0.38 |
| Hex | 96 | 5A | 2D | 0 | 28 | 46 | 29 | 1A | 36 | 26 |
| Octal | 226 | 132 | 55 | 0 | 50 | 106 | 51 | 32 | 66 | 46 |
| Binary | 10010110 | 1011010 | 101101 | 0 | 101000 | 1000110 | 101001 | 11010 | 110110 | 100110 |
Color Harmonies of #965A2D
Complementary color
Monochromatic Colors of #965A2D
Black with #965A2D
Text Example
Text Example
White with #965A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A2D; }
p { color: rgb(150,90,45); }
H1.HeaderClassName
{
color: #965A2D;
}
.AnyTagClassName
{
color: #965A2D;
}
</style>
background-color css
<style>
a { background-color: #965A2D; }
a { background-color: rgb(150,90,45); }
div.DivClassName
{
background-color: #965A2D;
}
.BgClassName
{
background-color: #965A2D;
}
</style>
border-color css
<style>
span { border-color: #965A2D; }
span { border-color: rgb(150,90,45); }
td.TdClassName
{
border-color: #965A2D;
}
.TagClassName
{
border-color: #965A2D;
}
</style>