Shades of Sanguine Brown #6A3939
Tints of Sanguine Brown #6A3939
RGB
CMYK
RGB Variations
Color information
#6A3939 (or 0x6A3939) is known color: Sanguine Brown. HEX triplet: 6A, 39 and 39. RGB value is (106,57,57). Sum of RGB (Red+Green+Blue) = 106+57+57=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3939 is #95C6C6. Grayscale: #474747. Windows color (decimal): -9815751 or 3750250. OLE color: 3750250.
HSL color Cylindrical-coordinate representation of color #6A3939: hue angle of 0º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A3939 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 57 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.58 |
| HSL | 0º | 0.3% | 0.32% | - |
| HSV(B) | 0º | 0.46% | 0.42% | - |
| XYZ | 8.15 | 6.29 | 4.65 | - |
| YUV | 71.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 57 | 0 | 0.46 | 0.46 | 0.58 | 0 | 0.3 | 0.32 |
| Hex | 6A | 39 | 39 | 0 | 2E | 2E | 3A | 0 | 1E | 20 |
| Octal | 152 | 71 | 71 | 0 | 56 | 56 | 72 | 0 | 36 | 40 |
| Binary | 1101010 | 111001 | 111001 | 0 | 101110 | 101110 | 111010 | 0 | 11110 | 100000 |
Color Harmonies of #6A3939
Complementary color
Monochromatic Colors of #6A3939
Black with #6A3939
Text Example
Text Example
White with #6A3939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3939; }
p { color: rgb(106,57,57); }
H1.HeaderClassName
{
color: #6A3939;
}
.AnyTagClassName
{
color: #6A3939;
}
</style>
background-color css
<style>
a { background-color: #6A3939; }
a { background-color: rgb(106,57,57); }
div.DivClassName
{
background-color: #6A3939;
}
.BgClassName
{
background-color: #6A3939;
}
</style>
border-color css
<style>
span { border-color: #6A3939; }
span { border-color: rgb(106,57,57); }
td.TdClassName
{
border-color: #6A3939;
}
.TagClassName
{
border-color: #6A3939;
}
</style>