Shades of Sanguine Brown #693A3A
Tints of Sanguine Brown #693A3A
RGB
CMYK
RGB Variations
Color information
#693A3A (or 0x693A3A) is known color: Sanguine Brown. HEX triplet: 69, 3A and 3A. RGB value is (105,58,58). Sum of RGB (Red+Green+Blue) = 105+58+58=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A3A is #96C5C5. Grayscale: #484848. Windows color (decimal): -9881030 or 3816041. OLE color: 3816041.
HSL color Cylindrical-coordinate representation of color #693A3A: hue angle of 0º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A3A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 58 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.59 |
| HSL | 0º | 0.29% | 0.32% | - |
| HSV(B) | 0º | 0.45% | 0.41% | - |
| XYZ | 8.1 | 6.33 | 4.8 | - |
| YUV | 72.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 58 | 0 | 0.45 | 0.45 | 0.59 | 0 | 0.29 | 0.32 |
| Hex | 69 | 3A | 3A | 0 | 2D | 2D | 3B | 0 | 1D | 20 |
| Octal | 151 | 72 | 72 | 0 | 55 | 55 | 73 | 0 | 35 | 40 |
| Binary | 1101001 | 111010 | 111010 | 0 | 101101 | 101101 | 111011 | 0 | 11101 | 100000 |
Color Harmonies of #693A3A
Complementary color
Monochromatic Colors of #693A3A
Black with #693A3A
Text Example
Text Example
White with #693A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A3A; }
p { color: rgb(105,58,58); }
H1.HeaderClassName
{
color: #693A3A;
}
.AnyTagClassName
{
color: #693A3A;
}
</style>
background-color css
<style>
a { background-color: #693A3A; }
a { background-color: rgb(105,58,58); }
div.DivClassName
{
background-color: #693A3A;
}
.BgClassName
{
background-color: #693A3A;
}
</style>
border-color css
<style>
span { border-color: #693A3A; }
span { border-color: rgb(105,58,58); }
td.TdClassName
{
border-color: #693A3A;
}
.TagClassName
{
border-color: #693A3A;
}
</style>