Shades of Sanguine Brown #6E3C3A
Tints of Sanguine Brown #6E3C3A
RGB
CMYK
RGB Variations
Color information
#6E3C3A (or 0x6E3C3A) is known color: Sanguine Brown. HEX triplet: 6E, 3C and 3A. RGB value is (110,60,58). Sum of RGB (Red+Green+Blue) = 110+60+58=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3C3A is #91C3C5. Grayscale: #4A4A4A. Windows color (decimal): -9552838 or 3816558. OLE color: 3816558.
HSL color Cylindrical-coordinate representation of color #6E3C3A: hue angle of 2.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3C3A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 60 | 58 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.57 |
| HSL | 2.31º | 0.31% | 0.33% | - |
| HSV(B) | 2.31º | 0.47% | 0.43% | - |
| XYZ | 8.81 | 6.85 | 4.86 | - |
| YUV | 74.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 58 | 0 | 0.45 | 0.47 | 0.57 | 2.31 | 0.31 | 0.33 |
| Hex | 6E | 3C | 3A | 0 | 2D | 2F | 39 | 2 | 1F | 21 |
| Octal | 156 | 74 | 72 | 0 | 55 | 57 | 71 | 2 | 37 | 41 |
| Binary | 1101110 | 111100 | 111010 | 0 | 101101 | 101111 | 111001 | 10 | 11111 | 100001 |
Color Harmonies of #6E3C3A
Complementary color
Monochromatic Colors of #6E3C3A
Black with #6E3C3A
Text Example
Text Example
White with #6E3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3C3A; }
p { color: rgb(110,60,58); }
H1.HeaderClassName
{
color: #6E3C3A;
}
.AnyTagClassName
{
color: #6E3C3A;
}
</style>
background-color css
<style>
a { background-color: #6E3C3A; }
a { background-color: rgb(110,60,58); }
div.DivClassName
{
background-color: #6E3C3A;
}
.BgClassName
{
background-color: #6E3C3A;
}
</style>
border-color css
<style>
span { border-color: #6E3C3A; }
span { border-color: rgb(110,60,58); }
td.TdClassName
{
border-color: #6E3C3A;
}
.TagClassName
{
border-color: #6E3C3A;
}
</style>