Shades of Saddle #654D44
Tints of Saddle #654D44
RGB
CMYK
RGB Variations
Color information
#654D44 (or 0x654D44) is known color: Saddle. HEX triplet: 65, 4D and 44. RGB value is (101,77,68). Sum of RGB (Red+Green+Blue) = 101+77+68=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #654D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D44 is #9AB2BB. Grayscale: #535353. Windows color (decimal): -10138300 or 4476261. OLE color: 4476261.
HSL color Cylindrical-coordinate representation of color #654D44: hue angle of 16.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #654D44 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 68 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.60 |
| HSL | 16.36º | 0.2% | 0.33% | - |
| HSV(B) | 16.36º | 0.33% | 0.4% | - |
| XYZ | 9.06 | 8.49 | 6.63 | - |
| YUV | 83.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 68 | 0 | 0.24 | 0.33 | 0.60 | 16.36 | 0.2 | 0.33 |
| Hex | 65 | 4D | 44 | 0 | 18 | 21 | 3C | 10 | 14 | 21 |
| Octal | 145 | 115 | 104 | 0 | 30 | 41 | 74 | 20 | 24 | 41 |
| Binary | 1100101 | 1001101 | 1000100 | 0 | 11000 | 100001 | 111100 | 10000 | 10100 | 100001 |
Color Harmonies of #654D44
Complementary color
Monochromatic Colors of #654D44
Black with #654D44
Text Example
Text Example
White with #654D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D44; }
p { color: rgb(101,77,68); }
H1.HeaderClassName
{
color: #654D44;
}
.AnyTagClassName
{
color: #654D44;
}
</style>
background-color css
<style>
a { background-color: #654D44; }
a { background-color: rgb(101,77,68); }
div.DivClassName
{
background-color: #654D44;
}
.BgClassName
{
background-color: #654D44;
}
</style>
border-color css
<style>
span { border-color: #654D44; }
span { border-color: rgb(101,77,68); }
td.TdClassName
{
border-color: #654D44;
}
.TagClassName
{
border-color: #654D44;
}
</style>