Shades of Sanguine Brown #6F3737
Tints of Sanguine Brown #6F3737
RGB
CMYK
RGB Variations
Color information
#6F3737 (or 0x6F3737) is known color: Sanguine Brown. HEX triplet: 6F, 37 and 37. RGB value is (111,55,55). Sum of RGB (Red+Green+Blue) = 111+55+55=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3737 is #90C8C8. Grayscale: #474747. Windows color (decimal): -9488585 or 3618671. OLE color: 3618671.
HSL color Cylindrical-coordinate representation of color #6F3737: hue angle of 0º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3737 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 55 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.56 |
| HSL | 0º | 0.34% | 0.33% | - |
| HSV(B) | 0º | 0.5% | 0.44% | - |
| XYZ | 8.61 | 6.39 | 4.39 | - |
| YUV | 71.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 55 | 0 | 0.50 | 0.50 | 0.56 | 0 | 0.34 | 0.33 |
| Hex | 6F | 37 | 37 | 0 | 32 | 32 | 38 | 0 | 22 | 21 |
| Octal | 157 | 67 | 67 | 0 | 62 | 62 | 70 | 0 | 42 | 41 |
| Binary | 1101111 | 110111 | 110111 | 0 | 110010 | 110010 | 111000 | 0 | 100010 | 100001 |
Color Harmonies of #6F3737
Complementary color
Monochromatic Colors of #6F3737
Black with #6F3737
Text Example
Text Example
White with #6F3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3737; }
p { color: rgb(111,55,55); }
H1.HeaderClassName
{
color: #6F3737;
}
.AnyTagClassName
{
color: #6F3737;
}
</style>
background-color css
<style>
a { background-color: #6F3737; }
a { background-color: rgb(111,55,55); }
div.DivClassName
{
background-color: #6F3737;
}
.BgClassName
{
background-color: #6F3737;
}
</style>
border-color css
<style>
span { border-color: #6F3737; }
span { border-color: rgb(111,55,55); }
td.TdClassName
{
border-color: #6F3737;
}
.TagClassName
{
border-color: #6F3737;
}
</style>