Shades of Sanguine Brown #684240
Tints of Sanguine Brown #684240
RGB
CMYK
RGB Variations
Color information
#684240 (or 0x684240) is known color: Sanguine Brown. HEX triplet: 68, 42 and 40. RGB value is (104,66,64). Sum of RGB (Red+Green+Blue) = 104+66+64=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684240 is #97BDBF. Grayscale: #4D4D4D. Windows color (decimal): -9944512 or 4211304. OLE color: 4211304.
HSL color Cylindrical-coordinate representation of color #684240: hue angle of 3º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684240 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 64 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.59 |
| HSL | 3º | 0.24% | 0.33% | - |
| HSV(B) | 3º | 0.38% | 0.41% | - |
| XYZ | 8.58 | 7.21 | 5.79 | - |
| YUV | 77.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 64 | 0 | 0.37 | 0.38 | 0.59 | 3 | 0.24 | 0.33 |
| Hex | 68 | 42 | 40 | 0 | 25 | 26 | 3B | 3 | 18 | 21 |
| Octal | 150 | 102 | 100 | 0 | 45 | 46 | 73 | 3 | 30 | 41 |
| Binary | 1101000 | 1000010 | 1000000 | 0 | 100101 | 100110 | 111011 | 11 | 11000 | 100001 |
Color Harmonies of #684240
Complementary color
Monochromatic Colors of #684240
Black with #684240
Text Example
Text Example
White with #684240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684240; }
p { color: rgb(104,66,64); }
H1.HeaderClassName
{
color: #684240;
}
.AnyTagClassName
{
color: #684240;
}
</style>
background-color css
<style>
a { background-color: #684240; }
a { background-color: rgb(104,66,64); }
div.DivClassName
{
background-color: #684240;
}
.BgClassName
{
background-color: #684240;
}
</style>
border-color css
<style>
span { border-color: #684240; }
span { border-color: rgb(104,66,64); }
td.TdClassName
{
border-color: #684240;
}
.TagClassName
{
border-color: #684240;
}
</style>