Shades of Saddle #634E46
Tints of Saddle #634E46
RGB
CMYK
RGB Variations
Color information
#634E46 (or 0x634E46) is known color: Saddle. HEX triplet: 63, 4E and 46. RGB value is (99,78,70). Sum of RGB (Red+Green+Blue) = 99+78+70=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E46 is #9CB1B9. Grayscale: #535353. Windows color (decimal): -10269114 or 4607587. OLE color: 4607587.
HSL color Cylindrical-coordinate representation of color #634E46: hue angle of 16.55º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634E46 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 70 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.61 |
| HSL | 16.55º | 0.17% | 0.33% | - |
| HSV(B) | 16.55º | 0.29% | 0.39% | - |
| XYZ | 8.98 | 8.54 | 6.97 | - |
| YUV | 83.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 70 | 0 | 0.21 | 0.29 | 0.61 | 16.55 | 0.17 | 0.33 |
| Hex | 63 | 4E | 46 | 0 | 15 | 1D | 3D | 11 | 11 | 21 |
| Octal | 143 | 116 | 106 | 0 | 25 | 35 | 75 | 21 | 21 | 41 |
| Binary | 1100011 | 1001110 | 1000110 | 0 | 10101 | 11101 | 111101 | 10001 | 10001 | 100001 |
Color Harmonies of #634E46
Complementary color
Monochromatic Colors of #634E46
Black with #634E46
Text Example
Text Example
White with #634E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E46; }
p { color: rgb(99,78,70); }
H1.HeaderClassName
{
color: #634E46;
}
.AnyTagClassName
{
color: #634E46;
}
</style>
background-color css
<style>
a { background-color: #634E46; }
a { background-color: rgb(99,78,70); }
div.DivClassName
{
background-color: #634E46;
}
.BgClassName
{
background-color: #634E46;
}
</style>
border-color css
<style>
span { border-color: #634E46; }
span { border-color: rgb(99,78,70); }
td.TdClassName
{
border-color: #634E46;
}
.TagClassName
{
border-color: #634E46;
}
</style>