Shades of Sanguine Brown #654140
Tints of Sanguine Brown #654140
RGB
CMYK
RGB Variations
Color information
#654140 (or 0x654140) is known color: Sanguine Brown. HEX triplet: 65, 41 and 40. RGB value is (101,65,64). Sum of RGB (Red+Green+Blue) = 101+65+64=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #654140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654140 is #9ABEBF. Grayscale: #4B4B4B. Windows color (decimal): -10141376 or 4211045. OLE color: 4211045.
HSL color Cylindrical-coordinate representation of color #654140: hue angle of 1.62º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654140 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 64 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.60 |
| HSL | 1.62º | 0.22% | 0.32% | - |
| HSV(B) | 1.62º | 0.37% | 0.4% | - |
| XYZ | 8.18 | 6.92 | 5.75 | - |
| YUV | 75.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 64 | 0 | 0.36 | 0.37 | 0.60 | 1.62 | 0.22 | 0.32 |
| Hex | 65 | 41 | 40 | 0 | 24 | 25 | 3C | 2 | 16 | 20 |
| Octal | 145 | 101 | 100 | 0 | 44 | 45 | 74 | 2 | 26 | 40 |
| Binary | 1100101 | 1000001 | 1000000 | 0 | 100100 | 100101 | 111100 | 10 | 10110 | 100000 |
Color Harmonies of #654140
Complementary color
Monochromatic Colors of #654140
Black with #654140
Text Example
Text Example
White with #654140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654140; }
p { color: rgb(101,65,64); }
H1.HeaderClassName
{
color: #654140;
}
.AnyTagClassName
{
color: #654140;
}
</style>
background-color css
<style>
a { background-color: #654140; }
a { background-color: rgb(101,65,64); }
div.DivClassName
{
background-color: #654140;
}
.BgClassName
{
background-color: #654140;
}
</style>
border-color css
<style>
span { border-color: #654140; }
span { border-color: rgb(101,65,64); }
td.TdClassName
{
border-color: #654140;
}
.TagClassName
{
border-color: #654140;
}
</style>