Shades of Sanguine Brown #684141
Tints of Sanguine Brown #684141
RGB
CMYK
RGB Variations
Color information
#684141 (or 0x684141) is known color: Sanguine Brown. HEX triplet: 68, 41 and 41. RGB value is (104,65,65). Sum of RGB (Red+Green+Blue) = 104+65+65=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684141 is #97BEBE. Grayscale: #4C4C4C. Windows color (decimal): -9944767 or 4276584. OLE color: 4276584.
HSL color Cylindrical-coordinate representation of color #684141: hue angle of 0º degrees, saturation: 0.23, 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 #684141 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 65 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.59 |
| HSL | 0º | 0.23% | 0.33% | - |
| HSV(B) | 0º | 0.38% | 0.41% | - |
| XYZ | 8.55 | 7.11 | 5.92 | - |
| YUV | 76.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 65 | 0 | 0.38 | 0.38 | 0.59 | 0 | 0.23 | 0.33 |
| Hex | 68 | 41 | 41 | 0 | 26 | 26 | 3B | 0 | 17 | 21 |
| Octal | 150 | 101 | 101 | 0 | 46 | 46 | 73 | 0 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1000001 | 0 | 100110 | 100110 | 111011 | 0 | 10111 | 100001 |
Color Harmonies of #684141
Complementary color
Monochromatic Colors of #684141
Black with #684141
Text Example
Text Example
White with #684141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684141; }
p { color: rgb(104,65,65); }
H1.HeaderClassName
{
color: #684141;
}
.AnyTagClassName
{
color: #684141;
}
</style>
background-color css
<style>
a { background-color: #684141; }
a { background-color: rgb(104,65,65); }
div.DivClassName
{
background-color: #684141;
}
.BgClassName
{
background-color: #684141;
}
</style>
border-color css
<style>
span { border-color: #684141; }
span { border-color: rgb(104,65,65); }
td.TdClassName
{
border-color: #684141;
}
.TagClassName
{
border-color: #684141;
}
</style>