Shades of Sanguine Brown #6D3B38
Tints of Sanguine Brown #6D3B38
RGB
CMYK
RGB Variations
Color information
#6D3B38 (or 0x6D3B38) is known color: Sanguine Brown. HEX triplet: 6D, 3B and 38. RGB value is (109,59,56). Sum of RGB (Red+Green+Blue) = 109+59+56=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B38 is #92C4C7. Grayscale: #494949. Windows color (decimal): -9618632 or 3685229. OLE color: 3685229.
HSL color Cylindrical-coordinate representation of color #6D3B38: hue angle of 3.4º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3B38 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 59 | 56 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.57 |
| HSL | 3.4º | 0.32% | 0.32% | - |
| HSV(B) | 3.4º | 0.49% | 0.43% | - |
| XYZ | 8.58 | 6.66 | 4.58 | - |
| YUV | 73.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 56 | 0 | 0.46 | 0.49 | 0.57 | 3.4 | 0.32 | 0.32 |
| Hex | 6D | 3B | 38 | 0 | 2E | 31 | 39 | 3 | 20 | 20 |
| Octal | 155 | 73 | 70 | 0 | 56 | 61 | 71 | 3 | 40 | 40 |
| Binary | 1101101 | 111011 | 111000 | 0 | 101110 | 110001 | 111001 | 11 | 100000 | 100000 |
Color Harmonies of #6D3B38
Complementary color
Monochromatic Colors of #6D3B38
Black with #6D3B38
Text Example
Text Example
White with #6D3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B38; }
p { color: rgb(109,59,56); }
H1.HeaderClassName
{
color: #6D3B38;
}
.AnyTagClassName
{
color: #6D3B38;
}
</style>
background-color css
<style>
a { background-color: #6D3B38; }
a { background-color: rgb(109,59,56); }
div.DivClassName
{
background-color: #6D3B38;
}
.BgClassName
{
background-color: #6D3B38;
}
</style>
border-color css
<style>
span { border-color: #6D3B38; }
span { border-color: rgb(109,59,56); }
td.TdClassName
{
border-color: #6D3B38;
}
.TagClassName
{
border-color: #6D3B38;
}
</style>