Shades of Sanguine Brown #68403E
Tints of Sanguine Brown #68403E
RGB
CMYK
RGB Variations
Color information
#68403E (or 0x68403E) is known color: Sanguine Brown. HEX triplet: 68, 40 and 3E. RGB value is (104,64,62). Sum of RGB (Red+Green+Blue) = 104+64+62=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68403E is #97BFC1. Grayscale: #4B4B4B. Windows color (decimal): -9945026 or 4079720. OLE color: 4079720.
HSL color Cylindrical-coordinate representation of color #68403E: hue angle of 2.86º 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 #68403E is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 62 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.59 |
| HSL | 2.86º | 0.25% | 0.33% | - |
| HSV(B) | 2.86º | 0.4% | 0.41% | - |
| XYZ | 8.41 | 6.96 | 5.46 | - |
| YUV | 75.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 62 | 0 | 0.38 | 0.40 | 0.59 | 2.86 | 0.25 | 0.33 |
| Hex | 68 | 40 | 3E | 0 | 26 | 28 | 3B | 3 | 19 | 21 |
| Octal | 150 | 100 | 76 | 0 | 46 | 50 | 73 | 3 | 31 | 41 |
| Binary | 1101000 | 1000000 | 111110 | 0 | 100110 | 101000 | 111011 | 11 | 11001 | 100001 |
Color Harmonies of #68403E
Complementary color
Monochromatic Colors of #68403E
Black with #68403E
Text Example
Text Example
White with #68403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68403E; }
p { color: rgb(104,64,62); }
H1.HeaderClassName
{
color: #68403E;
}
.AnyTagClassName
{
color: #68403E;
}
</style>
background-color css
<style>
a { background-color: #68403E; }
a { background-color: rgb(104,64,62); }
div.DivClassName
{
background-color: #68403E;
}
.BgClassName
{
background-color: #68403E;
}
</style>
border-color css
<style>
span { border-color: #68403E; }
span { border-color: rgb(104,64,62); }
td.TdClassName
{
border-color: #68403E;
}
.TagClassName
{
border-color: #68403E;
}
</style>