Shades of Sanguine Brown #6D3938
Tints of Sanguine Brown #6D3938
RGB
CMYK
RGB Variations
Color information
#6D3938 (or 0x6D3938) is known color: Sanguine Brown. HEX triplet: 6D, 39 and 38. RGB value is (109,57,56). Sum of RGB (Red+Green+Blue) = 109+57+56=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3938 is #92C6C7. Grayscale: #484848. Windows color (decimal): -9619144 or 3684717. OLE color: 3684717.
HSL color Cylindrical-coordinate representation of color #6D3938: hue angle of 1.13º 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 #6D3938 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 56 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.57 |
| HSL | 1.13º | 0.32% | 0.32% | - |
| HSV(B) | 1.13º | 0.49% | 0.43% | - |
| XYZ | 8.48 | 6.46 | 4.54 | - |
| YUV | 72.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 56 | 0 | 0.48 | 0.49 | 0.57 | 1.13 | 0.32 | 0.32 |
| Hex | 6D | 39 | 38 | 0 | 30 | 31 | 39 | 1 | 20 | 20 |
| Octal | 155 | 71 | 70 | 0 | 60 | 61 | 71 | 1 | 40 | 40 |
| Binary | 1101101 | 111001 | 111000 | 0 | 110000 | 110001 | 111001 | 1 | 100000 | 100000 |
Color Harmonies of #6D3938
Complementary color
Monochromatic Colors of #6D3938
Black with #6D3938
Text Example
Text Example
White with #6D3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3938; }
p { color: rgb(109,57,56); }
H1.HeaderClassName
{
color: #6D3938;
}
.AnyTagClassName
{
color: #6D3938;
}
</style>
background-color css
<style>
a { background-color: #6D3938; }
a { background-color: rgb(109,57,56); }
div.DivClassName
{
background-color: #6D3938;
}
.BgClassName
{
background-color: #6D3938;
}
</style>
border-color css
<style>
span { border-color: #6D3938; }
span { border-color: rgb(109,57,56); }
td.TdClassName
{
border-color: #6D3938;
}
.TagClassName
{
border-color: #6D3938;
}
</style>