Shades of Sanguine Brown #6D3734
Tints of Sanguine Brown #6D3734
RGB
CMYK
RGB Variations
Color information
#6D3734 (or 0x6D3734) is known color: Sanguine Brown. HEX triplet: 6D, 37 and 34. RGB value is (109,55,52). Sum of RGB (Red+Green+Blue) = 109+55+52=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3734 is #92C8CB. Grayscale: #464646. Windows color (decimal): -9619660 or 3422061. OLE color: 3422061.
HSL color Cylindrical-coordinate representation of color #6D3734: hue angle of 3.16º 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 #6D3734 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 52 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.57 |
| HSL | 3.16º | 0.35% | 0.32% | - |
| HSV(B) | 3.16º | 0.52% | 0.43% | - |
| XYZ | 8.29 | 6.23 | 4.01 | - |
| YUV | 70.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 52 | 0 | 0.50 | 0.52 | 0.57 | 3.16 | 0.35 | 0.32 |
| Hex | 6D | 37 | 34 | 0 | 32 | 34 | 39 | 3 | 23 | 20 |
| Octal | 155 | 67 | 64 | 0 | 62 | 64 | 71 | 3 | 43 | 40 |
| Binary | 1101101 | 110111 | 110100 | 0 | 110010 | 110100 | 111001 | 11 | 100011 | 100000 |
Color Harmonies of #6D3734
Complementary color
Monochromatic Colors of #6D3734
Black with #6D3734
Text Example
Text Example
White with #6D3734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3734; }
p { color: rgb(109,55,52); }
H1.HeaderClassName
{
color: #6D3734;
}
.AnyTagClassName
{
color: #6D3734;
}
</style>
background-color css
<style>
a { background-color: #6D3734; }
a { background-color: rgb(109,55,52); }
div.DivClassName
{
background-color: #6D3734;
}
.BgClassName
{
background-color: #6D3734;
}
</style>
border-color css
<style>
span { border-color: #6D3734; }
span { border-color: rgb(109,55,52); }
td.TdClassName
{
border-color: #6D3734;
}
.TagClassName
{
border-color: #6D3734;
}
</style>