Shades of Sanguine Brown #6E3A39
Tints of Sanguine Brown #6E3A39
RGB
CMYK
RGB Variations
Color information
#6E3A39 (or 0x6E3A39) is known color: Sanguine Brown. HEX triplet: 6E, 3A and 39. RGB value is (110,58,57). Sum of RGB (Red+Green+Blue) = 110+58+57=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A39 is #91C5C6. Grayscale: #494949. Windows color (decimal): -9553351 or 3750510. OLE color: 3750510.
HSL color Cylindrical-coordinate representation of color #6E3A39: hue angle of 1.13º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E3A39 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 57 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.57 |
| HSL | 1.13º | 0.32% | 0.33% | - |
| HSV(B) | 1.13º | 0.48% | 0.43% | - |
| XYZ | 8.68 | 6.64 | 4.69 | - |
| YUV | 73.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 57 | 0 | 0.47 | 0.48 | 0.57 | 1.13 | 0.32 | 0.33 |
| Hex | 6E | 3A | 39 | 0 | 2F | 30 | 39 | 1 | 20 | 21 |
| Octal | 156 | 72 | 71 | 0 | 57 | 60 | 71 | 1 | 40 | 41 |
| Binary | 1101110 | 111010 | 111001 | 0 | 101111 | 110000 | 111001 | 1 | 100000 | 100001 |
Color Harmonies of #6E3A39
Complementary color
Monochromatic Colors of #6E3A39
Black with #6E3A39
Text Example
Text Example
White with #6E3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A39; }
p { color: rgb(110,58,57); }
H1.HeaderClassName
{
color: #6E3A39;
}
.AnyTagClassName
{
color: #6E3A39;
}
</style>
background-color css
<style>
a { background-color: #6E3A39; }
a { background-color: rgb(110,58,57); }
div.DivClassName
{
background-color: #6E3A39;
}
.BgClassName
{
background-color: #6E3A39;
}
</style>
border-color css
<style>
span { border-color: #6E3A39; }
span { border-color: rgb(110,58,57); }
td.TdClassName
{
border-color: #6E3A39;
}
.TagClassName
{
border-color: #6E3A39;
}
</style>