Shades of Saddle #63534A
Tints of Saddle #63534A
RGB
CMYK
RGB Variations
Color information
#63534A (or 0x63534A) is known color: Saddle. HEX triplet: 63, 53 and 4A. RGB value is (99,83,74). Sum of RGB (Red+Green+Blue) = 99+83+74=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63534A is #9CACB5. Grayscale: #565656. Windows color (decimal): -10267830 or 4871011. OLE color: 4871011.
HSL color Cylindrical-coordinate representation of color #63534A: hue angle of 21.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63534A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 74 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.61 |
| HSL | 21.6º | 0.14% | 0.34% | - |
| HSV(B) | 21.6º | 0.25% | 0.39% | - |
| XYZ | 9.47 | 9.33 | 7.78 | - |
| YUV | 86.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 74 | 0 | 0.16 | 0.25 | 0.61 | 21.6 | 0.14 | 0.34 |
| Hex | 63 | 53 | 4A | 0 | 10 | 19 | 3D | 16 | E | 22 |
| Octal | 143 | 123 | 112 | 0 | 20 | 31 | 75 | 26 | 16 | 42 |
| Binary | 1100011 | 1010011 | 1001010 | 0 | 10000 | 11001 | 111101 | 10110 | 1110 | 100010 |
Color Harmonies of #63534A
Complementary color
Monochromatic Colors of #63534A
Black with #63534A
Text Example
Text Example
White with #63534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63534A; }
p { color: rgb(99,83,74); }
H1.HeaderClassName
{
color: #63534A;
}
.AnyTagClassName
{
color: #63534A;
}
</style>
background-color css
<style>
a { background-color: #63534A; }
a { background-color: rgb(99,83,74); }
div.DivClassName
{
background-color: #63534A;
}
.BgClassName
{
background-color: #63534A;
}
</style>
border-color css
<style>
span { border-color: #63534A; }
span { border-color: rgb(99,83,74); }
td.TdClassName
{
border-color: #63534A;
}
.TagClassName
{
border-color: #63534A;
}
</style>