Shades of Sanguine Brown #6D3B39
Tints of Sanguine Brown #6D3B39
RGB
CMYK
RGB Variations
Color information
#6D3B39 (or 0x6D3B39) is known color: Sanguine Brown. HEX triplet: 6D, 3B and 39. RGB value is (109,59,57). Sum of RGB (Red+Green+Blue) = 109+59+57=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B39 is #92C4C6. Grayscale: #494949. Windows color (decimal): -9618631 or 3750765. OLE color: 3750765.
HSL color Cylindrical-coordinate representation of color #6D3B39: hue angle of 2.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3B39 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 59 | 57 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.57 |
| HSL | 2.31º | 0.31% | 0.33% | - |
| HSV(B) | 2.31º | 0.48% | 0.43% | - |
| XYZ | 8.61 | 6.67 | 4.71 | - |
| YUV | 73.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 57 | 0 | 0.46 | 0.48 | 0.57 | 2.31 | 0.31 | 0.33 |
| Hex | 6D | 3B | 39 | 0 | 2E | 30 | 39 | 2 | 1F | 21 |
| Octal | 155 | 73 | 71 | 0 | 56 | 60 | 71 | 2 | 37 | 41 |
| Binary | 1101101 | 111011 | 111001 | 0 | 101110 | 110000 | 111001 | 10 | 11111 | 100001 |
Color Harmonies of #6D3B39
Complementary color
Monochromatic Colors of #6D3B39
Black with #6D3B39
Text Example
Text Example
White with #6D3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B39; }
p { color: rgb(109,59,57); }
H1.HeaderClassName
{
color: #6D3B39;
}
.AnyTagClassName
{
color: #6D3B39;
}
</style>
background-color css
<style>
a { background-color: #6D3B39; }
a { background-color: rgb(109,59,57); }
div.DivClassName
{
background-color: #6D3B39;
}
.BgClassName
{
background-color: #6D3B39;
}
</style>
border-color css
<style>
span { border-color: #6D3B39; }
span { border-color: rgb(109,59,57); }
td.TdClassName
{
border-color: #6D3B39;
}
.TagClassName
{
border-color: #6D3B39;
}
</style>