Shades of Sanguine Brown #693F3F
Tints of Sanguine Brown #693F3F
RGB
CMYK
RGB Variations
Color information
#693F3F (or 0x693F3F) is known color: Sanguine Brown. HEX triplet: 69, 3F and 3F. RGB value is (105,63,63). Sum of RGB (Red+Green+Blue) = 105+63+63=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #693F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F3F is #96C0C0. Grayscale: #4B4B4B. Windows color (decimal): -9879745 or 4145001. OLE color: 4145001.
HSL color Cylindrical-coordinate representation of color #693F3F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F3F is Cyan = 0, Magento = 0.4, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 63 | - |
| CMYK | 0 | 0.4 | 0.4 | 0.59 |
| HSL | 0º | 0.25% | 0.33% | - |
| HSV(B) | 0º | 0.4% | 0.41% | - |
| XYZ | 8.5 | 6.92 | 5.59 | - |
| YUV | 75.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 63 | 0 | 0.4 | 0.4 | 0.59 | 0 | 0.25 | 0.33 |
| Hex | 69 | 3F | 3F | 0 | 28 | 28 | 3B | 0 | 19 | 21 |
| Octal | 151 | 77 | 77 | 0 | 50 | 50 | 73 | 0 | 31 | 41 |
| Binary | 1101001 | 111111 | 111111 | 0 | 101000 | 101000 | 111011 | 0 | 11001 | 100001 |
Color Harmonies of #693F3F
Complementary color
Monochromatic Colors of #693F3F
Black with #693F3F
Text Example
Text Example
White with #693F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F3F; }
p { color: rgb(105,63,63); }
H1.HeaderClassName
{
color: #693F3F;
}
.AnyTagClassName
{
color: #693F3F;
}
</style>
background-color css
<style>
a { background-color: #693F3F; }
a { background-color: rgb(105,63,63); }
div.DivClassName
{
background-color: #693F3F;
}
.BgClassName
{
background-color: #693F3F;
}
</style>
border-color css
<style>
span { border-color: #693F3F; }
span { border-color: rgb(105,63,63); }
td.TdClassName
{
border-color: #693F3F;
}
.TagClassName
{
border-color: #693F3F;
}
</style>