Shades of Sanguine Brown #6F3634
Tints of Sanguine Brown #6F3634
RGB
CMYK
RGB Variations
Color information
#6F3634 (or 0x6F3634) is known color: Sanguine Brown. HEX triplet: 6F, 36 and 34. RGB value is (111,54,52). Sum of RGB (Red+Green+Blue) = 111+54+52=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3634 is #90C9CB. Grayscale: #464646. Windows color (decimal): -9488844 or 3421807. OLE color: 3421807.
HSL color Cylindrical-coordinate representation of color #6F3634: hue angle of 2.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3634 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 52 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.56 |
| HSL | 2.03º | 0.36% | 0.32% | - |
| HSV(B) | 2.03º | 0.53% | 0.44% | - |
| XYZ | 8.49 | 6.27 | 4.01 | - |
| YUV | 70.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 52 | 0 | 0.51 | 0.53 | 0.56 | 2.03 | 0.36 | 0.32 |
| Hex | 6F | 36 | 34 | 0 | 33 | 35 | 38 | 2 | 24 | 20 |
| Octal | 157 | 66 | 64 | 0 | 63 | 65 | 70 | 2 | 44 | 40 |
| Binary | 1101111 | 110110 | 110100 | 0 | 110011 | 110101 | 111000 | 10 | 100100 | 100000 |
Color Harmonies of #6F3634
Complementary color
Monochromatic Colors of #6F3634
Black with #6F3634
Text Example
Text Example
White with #6F3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3634; }
p { color: rgb(111,54,52); }
H1.HeaderClassName
{
color: #6F3634;
}
.AnyTagClassName
{
color: #6F3634;
}
</style>
background-color css
<style>
a { background-color: #6F3634; }
a { background-color: rgb(111,54,52); }
div.DivClassName
{
background-color: #6F3634;
}
.BgClassName
{
background-color: #6F3634;
}
</style>
border-color css
<style>
span { border-color: #6F3634; }
span { border-color: rgb(111,54,52); }
td.TdClassName
{
border-color: #6F3634;
}
.TagClassName
{
border-color: #6F3634;
}
</style>