Shades of Sanguine Brown #6D3E3D
Tints of Sanguine Brown #6D3E3D
RGB
CMYK
RGB Variations
Color information
#6D3E3D (or 0x6D3E3D) is known color: Sanguine Brown. HEX triplet: 6D, 3E and 3D. RGB value is (109,62,61). Sum of RGB (Red+Green+Blue) = 109+62+61=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E3D is #92C1C2. Grayscale: #4B4B4B. Windows color (decimal): -9617859 or 4013677. OLE color: 4013677.
HSL color Cylindrical-coordinate representation of color #6D3E3D: hue angle of 1.25º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D3E3D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 61 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.57 |
| HSL | 1.25º | 0.28% | 0.33% | - |
| HSV(B) | 1.25º | 0.44% | 0.43% | - |
| XYZ | 8.87 | 7.03 | 5.3 | - |
| YUV | 75.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 61 | 0 | 0.43 | 0.44 | 0.57 | 1.25 | 0.28 | 0.33 |
| Hex | 6D | 3E | 3D | 0 | 2B | 2C | 39 | 1 | 1C | 21 |
| Octal | 155 | 76 | 75 | 0 | 53 | 54 | 71 | 1 | 34 | 41 |
| Binary | 1101101 | 111110 | 111101 | 0 | 101011 | 101100 | 111001 | 1 | 11100 | 100001 |
Color Harmonies of #6D3E3D
Complementary color
Monochromatic Colors of #6D3E3D
Black with #6D3E3D
Text Example
Text Example
White with #6D3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E3D; }
p { color: rgb(109,62,61); }
H1.HeaderClassName
{
color: #6D3E3D;
}
.AnyTagClassName
{
color: #6D3E3D;
}
</style>
background-color css
<style>
a { background-color: #6D3E3D; }
a { background-color: rgb(109,62,61); }
div.DivClassName
{
background-color: #6D3E3D;
}
.BgClassName
{
background-color: #6D3E3D;
}
</style>
border-color css
<style>
span { border-color: #6D3E3D; }
span { border-color: rgb(109,62,61); }
td.TdClassName
{
border-color: #6D3E3D;
}
.TagClassName
{
border-color: #6D3E3D;
}
</style>