Shades of Saddle #634B42
Tints of Saddle #634B42
RGB
CMYK
RGB Variations
Color information
#634B42 (or 0x634B42) is known color: Saddle. HEX triplet: 63, 4B and 42. RGB value is (99,75,66). Sum of RGB (Red+Green+Blue) = 99+75+66=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #634B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B42 is #9CB4BD. Grayscale: #515151. Windows color (decimal): -10269886 or 4344675. OLE color: 4344675.
HSL color Cylindrical-coordinate representation of color #634B42: hue angle of 16.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634B42 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 66 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.61 |
| HSL | 16.36º | 0.2% | 0.32% | - |
| HSV(B) | 16.36º | 0.33% | 0.39% | - |
| XYZ | 8.65 | 8.08 | 6.26 | - |
| YUV | 81.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 66 | 0 | 0.24 | 0.33 | 0.61 | 16.36 | 0.2 | 0.32 |
| Hex | 63 | 4B | 42 | 0 | 18 | 21 | 3D | 10 | 14 | 20 |
| Octal | 143 | 113 | 102 | 0 | 30 | 41 | 75 | 20 | 24 | 40 |
| Binary | 1100011 | 1001011 | 1000010 | 0 | 11000 | 100001 | 111101 | 10000 | 10100 | 100000 |
Color Harmonies of #634B42
Complementary color
Monochromatic Colors of #634B42
Black with #634B42
Text Example
Text Example
White with #634B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B42; }
p { color: rgb(99,75,66); }
H1.HeaderClassName
{
color: #634B42;
}
.AnyTagClassName
{
color: #634B42;
}
</style>
background-color css
<style>
a { background-color: #634B42; }
a { background-color: rgb(99,75,66); }
div.DivClassName
{
background-color: #634B42;
}
.BgClassName
{
background-color: #634B42;
}
</style>
border-color css
<style>
span { border-color: #634B42; }
span { border-color: rgb(99,75,66); }
td.TdClassName
{
border-color: #634B42;
}
.TagClassName
{
border-color: #634B42;
}
</style>