Shades of Sanguine Brown #6E3834
Tints of Sanguine Brown #6E3834
RGB
CMYK
RGB Variations
Color information
#6E3834 (or 0x6E3834) is known color: Sanguine Brown. HEX triplet: 6E, 38 and 34. RGB value is (110,56,52). Sum of RGB (Red+Green+Blue) = 110+56+52=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3834 is #91C7CB. Grayscale: #474747. Windows color (decimal): -9553868 or 3422318. OLE color: 3422318.
HSL color Cylindrical-coordinate representation of color #6E3834: hue angle of 4.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3834 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 52 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.57 |
| HSL | 4.14º | 0.36% | 0.32% | - |
| HSV(B) | 4.14º | 0.53% | 0.43% | - |
| XYZ | 8.46 | 6.39 | 4.04 | - |
| YUV | 71.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 52 | 0 | 0.49 | 0.53 | 0.57 | 4.14 | 0.36 | 0.32 |
| Hex | 6E | 38 | 34 | 0 | 31 | 35 | 39 | 4 | 24 | 20 |
| Octal | 156 | 70 | 64 | 0 | 61 | 65 | 71 | 4 | 44 | 40 |
| Binary | 1101110 | 111000 | 110100 | 0 | 110001 | 110101 | 111001 | 100 | 100100 | 100000 |
Color Harmonies of #6E3834
Complementary color
Monochromatic Colors of #6E3834
Black with #6E3834
Text Example
Text Example
White with #6E3834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3834; }
p { color: rgb(110,56,52); }
H1.HeaderClassName
{
color: #6E3834;
}
.AnyTagClassName
{
color: #6E3834;
}
</style>
background-color css
<style>
a { background-color: #6E3834; }
a { background-color: rgb(110,56,52); }
div.DivClassName
{
background-color: #6E3834;
}
.BgClassName
{
background-color: #6E3834;
}
</style>
border-color css
<style>
span { border-color: #6E3834; }
span { border-color: rgb(110,56,52); }
td.TdClassName
{
border-color: #6E3834;
}
.TagClassName
{
border-color: #6E3834;
}
</style>