Shades of Saddle #634B40
Tints of Saddle #634B40
RGB
CMYK
RGB Variations
Color information
#634B40 (or 0x634B40) is known color: Saddle. HEX triplet: 63, 4B and 40. RGB value is (99,75,64). Sum of RGB (Red+Green+Blue) = 99+75+64=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #634B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B40 is #9CB4BF. Grayscale: #505050. Windows color (decimal): -10269888 or 4213603. OLE color: 4213603.
HSL color Cylindrical-coordinate representation of color #634B40: hue angle of 18.86º 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 #634B40 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 64 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.61 |
| HSL | 18.86º | 0.21% | 0.32% | - |
| HSV(B) | 18.86º | 0.35% | 0.39% | - |
| XYZ | 8.59 | 8.05 | 5.95 | - |
| YUV | 80.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 64 | 0 | 0.24 | 0.35 | 0.61 | 18.86 | 0.21 | 0.32 |
| Hex | 63 | 4B | 40 | 0 | 18 | 23 | 3D | 13 | 15 | 20 |
| Octal | 143 | 113 | 100 | 0 | 30 | 43 | 75 | 23 | 25 | 40 |
| Binary | 1100011 | 1001011 | 1000000 | 0 | 11000 | 100011 | 111101 | 10011 | 10101 | 100000 |
Color Harmonies of #634B40
Complementary color
Monochromatic Colors of #634B40
Black with #634B40
Text Example
Text Example
White with #634B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B40; }
p { color: rgb(99,75,64); }
H1.HeaderClassName
{
color: #634B40;
}
.AnyTagClassName
{
color: #634B40;
}
</style>
background-color css
<style>
a { background-color: #634B40; }
a { background-color: rgb(99,75,64); }
div.DivClassName
{
background-color: #634B40;
}
.BgClassName
{
background-color: #634B40;
}
</style>
border-color css
<style>
span { border-color: #634B40; }
span { border-color: rgb(99,75,64); }
td.TdClassName
{
border-color: #634B40;
}
.TagClassName
{
border-color: #634B40;
}
</style>