Shades of Sanguine Brown #6D3936
Tints of Sanguine Brown #6D3936
RGB
CMYK
RGB Variations
Color information
#6D3936 (or 0x6D3936) is known color: Sanguine Brown. HEX triplet: 6D, 39 and 36. RGB value is (109,57,54). Sum of RGB (Red+Green+Blue) = 109+57+54=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3936 is #92C6C9. Grayscale: #484848. Windows color (decimal): -9619146 or 3553645. OLE color: 3553645.
HSL color Cylindrical-coordinate representation of color #6D3936: hue angle of 3.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3936 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 54 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.57 |
| HSL | 3.27º | 0.34% | 0.32% | - |
| HSV(B) | 3.27º | 0.5% | 0.43% | - |
| XYZ | 8.44 | 6.44 | 4.29 | - |
| YUV | 72.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 54 | 0 | 0.48 | 0.50 | 0.57 | 3.27 | 0.34 | 0.32 |
| Hex | 6D | 39 | 36 | 0 | 30 | 32 | 39 | 3 | 22 | 20 |
| Octal | 155 | 71 | 66 | 0 | 60 | 62 | 71 | 3 | 42 | 40 |
| Binary | 1101101 | 111001 | 110110 | 0 | 110000 | 110010 | 111001 | 11 | 100010 | 100000 |
Color Harmonies of #6D3936
Complementary color
Monochromatic Colors of #6D3936
Black with #6D3936
Text Example
Text Example
White with #6D3936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3936; }
p { color: rgb(109,57,54); }
H1.HeaderClassName
{
color: #6D3936;
}
.AnyTagClassName
{
color: #6D3936;
}
</style>
background-color css
<style>
a { background-color: #6D3936; }
a { background-color: rgb(109,57,54); }
div.DivClassName
{
background-color: #6D3936;
}
.BgClassName
{
background-color: #6D3936;
}
</style>
border-color css
<style>
span { border-color: #6D3936; }
span { border-color: rgb(109,57,54); }
td.TdClassName
{
border-color: #6D3936;
}
.TagClassName
{
border-color: #6D3936;
}
</style>