Shades of Sanguine Brown #694141
Tints of Sanguine Brown #694141
RGB
CMYK
RGB Variations
Color information
#694141 (or 0x694141) is known color: Sanguine Brown. HEX triplet: 69, 41 and 41. RGB value is (105,65,65). Sum of RGB (Red+Green+Blue) = 105+65+65=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #694141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694141 is #96BEBE. Grayscale: #4D4D4D. Windows color (decimal): -9879231 or 4276585. OLE color: 4276585.
HSL color Cylindrical-coordinate representation of color #694141: hue angle of 0º 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 #694141 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 65 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.59 |
| HSL | 0º | 0.24% | 0.33% | - |
| HSV(B) | 0º | 0.38% | 0.41% | - |
| XYZ | 8.67 | 7.17 | 5.93 | - |
| YUV | 76.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 65 | 0 | 0.38 | 0.38 | 0.59 | 0 | 0.24 | 0.33 |
| Hex | 69 | 41 | 41 | 0 | 26 | 26 | 3B | 0 | 18 | 21 |
| Octal | 151 | 101 | 101 | 0 | 46 | 46 | 73 | 0 | 30 | 41 |
| Binary | 1101001 | 1000001 | 1000001 | 0 | 100110 | 100110 | 111011 | 0 | 11000 | 100001 |
Color Harmonies of #694141
Complementary color
Monochromatic Colors of #694141
Black with #694141
Text Example
Text Example
White with #694141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694141; }
p { color: rgb(105,65,65); }
H1.HeaderClassName
{
color: #694141;
}
.AnyTagClassName
{
color: #694141;
}
</style>
background-color css
<style>
a { background-color: #694141; }
a { background-color: rgb(105,65,65); }
div.DivClassName
{
background-color: #694141;
}
.BgClassName
{
background-color: #694141;
}
</style>
border-color css
<style>
span { border-color: #694141; }
span { border-color: rgb(105,65,65); }
td.TdClassName
{
border-color: #694141;
}
.TagClassName
{
border-color: #694141;
}
</style>