Shades of Saddle #614A42
Tints of Saddle #614A42
RGB
CMYK
RGB Variations
Color information
#614A42 (or 0x614A42) is known color: Saddle. HEX triplet: 61, 4A and 42. RGB value is (97,74,66). Sum of RGB (Red+Green+Blue) = 97+74+66=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A42 is #9EB5BD. Grayscale: #505050. Windows color (decimal): -10401214 or 4344417. OLE color: 4344417.
HSL color Cylindrical-coordinate representation of color #614A42: hue angle of 15.48º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614A42 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 66 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.62 |
| HSL | 15.48º | 0.19% | 0.32% | - |
| HSV(B) | 15.48º | 0.32% | 0.38% | - |
| XYZ | 8.36 | 7.83 | 6.23 | - |
| YUV | 79.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 66 | 0 | 0.24 | 0.32 | 0.62 | 15.48 | 0.19 | 0.32 |
| Hex | 61 | 4A | 42 | 0 | 18 | 20 | 3E | F | 13 | 20 |
| Octal | 141 | 112 | 102 | 0 | 30 | 40 | 76 | 17 | 23 | 40 |
| Binary | 1100001 | 1001010 | 1000010 | 0 | 11000 | 100000 | 111110 | 1111 | 10011 | 100000 |
Color Harmonies of #614A42
Complementary color
Monochromatic Colors of #614A42
Black with #614A42
Text Example
Text Example
White with #614A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A42; }
p { color: rgb(97,74,66); }
H1.HeaderClassName
{
color: #614A42;
}
.AnyTagClassName
{
color: #614A42;
}
</style>
background-color css
<style>
a { background-color: #614A42; }
a { background-color: rgb(97,74,66); }
div.DivClassName
{
background-color: #614A42;
}
.BgClassName
{
background-color: #614A42;
}
</style>
border-color css
<style>
span { border-color: #614A42; }
span { border-color: rgb(97,74,66); }
td.TdClassName
{
border-color: #614A42;
}
.TagClassName
{
border-color: #614A42;
}
</style>