Shades of Sanguine Brown #6E3535
Tints of Sanguine Brown #6E3535
RGB
CMYK
RGB Variations
Color information
#6E3535 (or 0x6E3535) is known color: Sanguine Brown. HEX triplet: 6E, 35 and 35. RGB value is (110,53,53). Sum of RGB (Red+Green+Blue) = 110+53+53=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3535 is #91CACA. Grayscale: #464646. Windows color (decimal): -9554635 or 3487086. OLE color: 3487086.
HSL color Cylindrical-coordinate representation of color #6E3535: hue angle of 0º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E3535 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 53 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.57 |
| HSL | 0º | 0.35% | 0.32% | - |
| HSV(B) | 0º | 0.52% | 0.43% | - |
| XYZ | 8.35 | 6.12 | 4.11 | - |
| YUV | 70.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 53 | 0 | 0.52 | 0.52 | 0.57 | 0 | 0.35 | 0.32 |
| Hex | 6E | 35 | 35 | 0 | 34 | 34 | 39 | 0 | 23 | 20 |
| Octal | 156 | 65 | 65 | 0 | 64 | 64 | 71 | 0 | 43 | 40 |
| Binary | 1101110 | 110101 | 110101 | 0 | 110100 | 110100 | 111001 | 0 | 100011 | 100000 |
Color Harmonies of #6E3535
Complementary color
Monochromatic Colors of #6E3535
Black with #6E3535
Text Example
Text Example
White with #6E3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3535; }
p { color: rgb(110,53,53); }
H1.HeaderClassName
{
color: #6E3535;
}
.AnyTagClassName
{
color: #6E3535;
}
</style>
background-color css
<style>
a { background-color: #6E3535; }
a { background-color: rgb(110,53,53); }
div.DivClassName
{
background-color: #6E3535;
}
.BgClassName
{
background-color: #6E3535;
}
</style>
border-color css
<style>
span { border-color: #6E3535; }
span { border-color: rgb(110,53,53); }
td.TdClassName
{
border-color: #6E3535;
}
.TagClassName
{
border-color: #6E3535;
}
</style>