Shades of Sanguine Brown #6F3735
Tints of Sanguine Brown #6F3735
RGB
CMYK
RGB Variations
Color information
#6F3735 (or 0x6F3735) is known color: Sanguine Brown. HEX triplet: 6F, 37 and 35. RGB value is (111,55,53). Sum of RGB (Red+Green+Blue) = 111+55+53=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3735 is #90C8CA. Grayscale: #474747. Windows color (decimal): -9488587 or 3487599. OLE color: 3487599.
HSL color Cylindrical-coordinate representation of color #6F3735: hue angle of 2.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3735 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 53 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.56 |
| HSL | 2.07º | 0.35% | 0.32% | - |
| HSV(B) | 2.07º | 0.52% | 0.44% | - |
| XYZ | 8.56 | 6.37 | 4.15 | - |
| YUV | 71.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 53 | 0 | 0.50 | 0.52 | 0.56 | 2.07 | 0.35 | 0.32 |
| Hex | 6F | 37 | 35 | 0 | 32 | 34 | 38 | 2 | 23 | 20 |
| Octal | 157 | 67 | 65 | 0 | 62 | 64 | 70 | 2 | 43 | 40 |
| Binary | 1101111 | 110111 | 110101 | 0 | 110010 | 110100 | 111000 | 10 | 100011 | 100000 |
Color Harmonies of #6F3735
Complementary color
Monochromatic Colors of #6F3735
Black with #6F3735
Text Example
Text Example
White with #6F3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3735; }
p { color: rgb(111,55,53); }
H1.HeaderClassName
{
color: #6F3735;
}
.AnyTagClassName
{
color: #6F3735;
}
</style>
background-color css
<style>
a { background-color: #6F3735; }
a { background-color: rgb(111,55,53); }
div.DivClassName
{
background-color: #6F3735;
}
.BgClassName
{
background-color: #6F3735;
}
</style>
border-color css
<style>
span { border-color: #6F3735; }
span { border-color: rgb(111,55,53); }
td.TdClassName
{
border-color: #6F3735;
}
.TagClassName
{
border-color: #6F3735;
}
</style>