Shades of Sanguine Brown #6F3835
Tints of Sanguine Brown #6F3835
RGB
CMYK
RGB Variations
Color information
#6F3835 (or 0x6F3835) is known color: Sanguine Brown. HEX triplet: 6F, 38 and 35. RGB value is (111,56,53). Sum of RGB (Red+Green+Blue) = 111+56+53=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3835 is #90C7CA. Grayscale: #484848. Windows color (decimal): -9488331 or 3487855. OLE color: 3487855.
HSL color Cylindrical-coordinate representation of color #6F3835: hue angle of 3.1º 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 #6F3835 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 53 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.56 |
| HSL | 3.1º | 0.35% | 0.32% | - |
| HSV(B) | 3.1º | 0.52% | 0.44% | - |
| XYZ | 8.61 | 6.46 | 4.16 | - |
| YUV | 72.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 53 | 0 | 0.50 | 0.52 | 0.56 | 3.1 | 0.35 | 0.32 |
| Hex | 6F | 38 | 35 | 0 | 32 | 34 | 38 | 3 | 23 | 20 |
| Octal | 157 | 70 | 65 | 0 | 62 | 64 | 70 | 3 | 43 | 40 |
| Binary | 1101111 | 111000 | 110101 | 0 | 110010 | 110100 | 111000 | 11 | 100011 | 100000 |
Color Harmonies of #6F3835
Complementary color
Monochromatic Colors of #6F3835
Black with #6F3835
Text Example
Text Example
White with #6F3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3835; }
p { color: rgb(111,56,53); }
H1.HeaderClassName
{
color: #6F3835;
}
.AnyTagClassName
{
color: #6F3835;
}
</style>
background-color css
<style>
a { background-color: #6F3835; }
a { background-color: rgb(111,56,53); }
div.DivClassName
{
background-color: #6F3835;
}
.BgClassName
{
background-color: #6F3835;
}
</style>
border-color css
<style>
span { border-color: #6F3835; }
span { border-color: rgb(111,56,53); }
td.TdClassName
{
border-color: #6F3835;
}
.TagClassName
{
border-color: #6F3835;
}
</style>