Shades of Sanguine Brown #6D3D3C
Tints of Sanguine Brown #6D3D3C
RGB
CMYK
RGB Variations
Color information
#6D3D3C (or 0x6D3D3C) is known color: Sanguine Brown. HEX triplet: 6D, 3D and 3C. RGB value is (109,61,60). Sum of RGB (Red+Green+Blue) = 109+61+60=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D3C is #92C2C3. Grayscale: #4B4B4B. Windows color (decimal): -9618116 or 3947885. OLE color: 3947885.
HSL color Cylindrical-coordinate representation of color #6D3D3C: hue angle of 1.22º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3D3C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 61 | 60 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.57 |
| HSL | 1.22º | 0.29% | 0.33% | - |
| HSV(B) | 1.22º | 0.45% | 0.43% | - |
| XYZ | 8.79 | 6.91 | 5.15 | - |
| YUV | 75.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 60 | 0 | 0.44 | 0.45 | 0.57 | 1.22 | 0.29 | 0.33 |
| Hex | 6D | 3D | 3C | 0 | 2C | 2D | 39 | 1 | 1D | 21 |
| Octal | 155 | 75 | 74 | 0 | 54 | 55 | 71 | 1 | 35 | 41 |
| Binary | 1101101 | 111101 | 111100 | 0 | 101100 | 101101 | 111001 | 1 | 11101 | 100001 |
Color Harmonies of #6D3D3C
Complementary color
Monochromatic Colors of #6D3D3C
Black with #6D3D3C
Text Example
Text Example
White with #6D3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3D3C; }
p { color: rgb(109,61,60); }
H1.HeaderClassName
{
color: #6D3D3C;
}
.AnyTagClassName
{
color: #6D3D3C;
}
</style>
background-color css
<style>
a { background-color: #6D3D3C; }
a { background-color: rgb(109,61,60); }
div.DivClassName
{
background-color: #6D3D3C;
}
.BgClassName
{
background-color: #6D3D3C;
}
</style>
border-color css
<style>
span { border-color: #6D3D3C; }
span { border-color: rgb(109,61,60); }
td.TdClassName
{
border-color: #6D3D3C;
}
.TagClassName
{
border-color: #6D3D3C;
}
</style>