Shades of Chelsea Gem #99562F
Tints of Chelsea Gem #99562F
RGB
CMYK
RGB Variations
Color information
#99562F (or 0x99562F) is known color: Chelsea Gem. HEX triplet: 99, 56 and 2F. RGB value is (153,86,47). Sum of RGB (Red+Green+Blue) = 153+86+47=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99562F is #66A9D0. Grayscale: #656565. Windows color (decimal): -6728145 or 3102361. OLE color: 3102361.
HSL color Cylindrical-coordinate representation of color #99562F: hue angle of 22.08º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99562F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 47 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.4 |
| HSL | 22.08º | 0.53% | 0.39% | - |
| HSV(B) | 22.08º | 0.69% | 0.6% | - |
| XYZ | 16.98 | 13.63 | 4.43 | - |
| YUV | 101.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 47 | 0 | 0.44 | 0.69 | 0.4 | 22.08 | 0.53 | 0.39 |
| Hex | 99 | 56 | 2F | 0 | 2C | 45 | 28 | 16 | 35 | 27 |
| Octal | 231 | 126 | 57 | 0 | 54 | 105 | 50 | 26 | 65 | 47 |
| Binary | 10011001 | 1010110 | 101111 | 0 | 101100 | 1000101 | 101000 | 10110 | 110101 | 100111 |
Color Harmonies of #99562F
Complementary color
Monochromatic Colors of #99562F
Black with #99562F
Text Example
Text Example
White with #99562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99562F; }
p { color: rgb(153,86,47); }
H1.HeaderClassName
{
color: #99562F;
}
.AnyTagClassName
{
color: #99562F;
}
</style>
background-color css
<style>
a { background-color: #99562F; }
a { background-color: rgb(153,86,47); }
div.DivClassName
{
background-color: #99562F;
}
.BgClassName
{
background-color: #99562F;
}
</style>
border-color css
<style>
span { border-color: #99562F; }
span { border-color: rgb(153,86,47); }
td.TdClassName
{
border-color: #99562F;
}
.TagClassName
{
border-color: #99562F;
}
</style>