Shades of Saddle #614A3E
Tints of Saddle #614A3E
RGB
CMYK
RGB Variations
Color information
#614A3E (or 0x614A3E) is known color: Saddle. HEX triplet: 61, 4A and 3E. RGB value is (97,74,62). Sum of RGB (Red+Green+Blue) = 97+74+62=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A3E is #9EB5C1. Grayscale: #4F4F4F. Windows color (decimal): -10401218 or 4082273. OLE color: 4082273.
HSL color Cylindrical-coordinate representation of color #614A3E: hue angle of 20.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #614A3E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 62 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.62 |
| HSL | 20.57º | 0.22% | 0.31% | - |
| HSV(B) | 20.57º | 0.36% | 0.38% | - |
| XYZ | 8.25 | 7.79 | 5.63 | - |
| YUV | 79.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 62 | 0 | 0.24 | 0.36 | 0.62 | 20.57 | 0.22 | 0.31 |
| Hex | 61 | 4A | 3E | 0 | 18 | 24 | 3E | 15 | 16 | 1F |
| Octal | 141 | 112 | 76 | 0 | 30 | 44 | 76 | 25 | 26 | 37 |
| Binary | 1100001 | 1001010 | 111110 | 0 | 11000 | 100100 | 111110 | 10101 | 10110 | 11111 |
Color Harmonies of #614A3E
Complementary color
Monochromatic Colors of #614A3E
Black with #614A3E
Text Example
Text Example
White with #614A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A3E; }
p { color: rgb(97,74,62); }
H1.HeaderClassName
{
color: #614A3E;
}
.AnyTagClassName
{
color: #614A3E;
}
</style>
background-color css
<style>
a { background-color: #614A3E; }
a { background-color: rgb(97,74,62); }
div.DivClassName
{
background-color: #614A3E;
}
.BgClassName
{
background-color: #614A3E;
}
</style>
border-color css
<style>
span { border-color: #614A3E; }
span { border-color: rgb(97,74,62); }
td.TdClassName
{
border-color: #614A3E;
}
.TagClassName
{
border-color: #614A3E;
}
</style>