Shades of Sanguine Brown #693934
Tints of Sanguine Brown #693934
RGB
CMYK
RGB Variations
Color information
#693934 (or 0x693934) is known color: Sanguine Brown. HEX triplet: 69, 39 and 34. RGB value is (105,57,52). Sum of RGB (Red+Green+Blue) = 105+57+52=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693934 is #96C6CB. Grayscale: #464646. Windows color (decimal): -9881292 or 3422569. OLE color: 3422569.
HSL color Cylindrical-coordinate representation of color #693934: hue angle of 5.66º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693934 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 52 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.59 |
| HSL | 5.66º | 0.34% | 0.31% | - |
| HSV(B) | 5.66º | 0.5% | 0.41% | - |
| XYZ | 7.91 | 6.18 | 4.02 | - |
| YUV | 70.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 52 | 0 | 0.46 | 0.50 | 0.59 | 5.66 | 0.34 | 0.31 |
| Hex | 69 | 39 | 34 | 0 | 2E | 32 | 3B | 6 | 22 | 1F |
| Octal | 151 | 71 | 64 | 0 | 56 | 62 | 73 | 6 | 42 | 37 |
| Binary | 1101001 | 111001 | 110100 | 0 | 101110 | 110010 | 111011 | 110 | 100010 | 11111 |
Color Harmonies of #693934
Complementary color
Monochromatic Colors of #693934
Black with #693934
Text Example
Text Example
White with #693934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693934; }
p { color: rgb(105,57,52); }
H1.HeaderClassName
{
color: #693934;
}
.AnyTagClassName
{
color: #693934;
}
</style>
background-color css
<style>
a { background-color: #693934; }
a { background-color: rgb(105,57,52); }
div.DivClassName
{
background-color: #693934;
}
.BgClassName
{
background-color: #693934;
}
</style>
border-color css
<style>
span { border-color: #693934; }
span { border-color: rgb(105,57,52); }
td.TdClassName
{
border-color: #693934;
}
.TagClassName
{
border-color: #693934;
}
</style>