Shades of Saddle #634A40
Tints of Saddle #634A40
RGB
CMYK
RGB Variations
Color information
#634A40 (or 0x634A40) is known color: Saddle. HEX triplet: 63, 4A and 40. RGB value is (99,74,64). Sum of RGB (Red+Green+Blue) = 99+74+64=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A40 is #9CB5BF. Grayscale: #505050. Windows color (decimal): -10270144 or 4213347. OLE color: 4213347.
HSL color Cylindrical-coordinate representation of color #634A40: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634A40 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 64 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.61 |
| HSL | 17.14º | 0.21% | 0.32% | - |
| HSV(B) | 17.14º | 0.35% | 0.39% | - |
| XYZ | 8.52 | 7.92 | 5.93 | - |
| YUV | 80.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 64 | 0 | 0.25 | 0.35 | 0.61 | 17.14 | 0.21 | 0.32 |
| Hex | 63 | 4A | 40 | 0 | 19 | 23 | 3D | 11 | 15 | 20 |
| Octal | 143 | 112 | 100 | 0 | 31 | 43 | 75 | 21 | 25 | 40 |
| Binary | 1100011 | 1001010 | 1000000 | 0 | 11001 | 100011 | 111101 | 10001 | 10101 | 100000 |
Color Harmonies of #634A40
Complementary color
Monochromatic Colors of #634A40
Black with #634A40
Text Example
Text Example
White with #634A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A40; }
p { color: rgb(99,74,64); }
H1.HeaderClassName
{
color: #634A40;
}
.AnyTagClassName
{
color: #634A40;
}
</style>
background-color css
<style>
a { background-color: #634A40; }
a { background-color: rgb(99,74,64); }
div.DivClassName
{
background-color: #634A40;
}
.BgClassName
{
background-color: #634A40;
}
</style>
border-color css
<style>
span { border-color: #634A40; }
span { border-color: rgb(99,74,64); }
td.TdClassName
{
border-color: #634A40;
}
.TagClassName
{
border-color: #634A40;
}
</style>