Shades of Sanguine Brown #6A3534
Tints of Sanguine Brown #6A3534
RGB
CMYK
RGB Variations
Color information
#6A3534 (or 0x6A3534) is known color: Sanguine Brown. HEX triplet: 6A, 35 and 34. RGB value is (106,53,52). Sum of RGB (Red+Green+Blue) = 106+53+52=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3534 is #95CACB. Grayscale: #444444. Windows color (decimal): -9816780 or 3421546. OLE color: 3421546.
HSL color Cylindrical-coordinate representation of color #6A3534: hue angle of 1.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A3534 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 53 | 52 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.58 |
| HSL | 1.11º | 0.34% | 0.31% | - |
| HSV(B) | 1.11º | 0.51% | 0.42% | - |
| XYZ | 7.84 | 5.86 | 3.97 | - |
| YUV | 68.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 52 | 0 | 0.5 | 0.51 | 0.58 | 1.11 | 0.34 | 0.31 |
| Hex | 6A | 35 | 34 | 0 | 32 | 33 | 3A | 1 | 22 | 1F |
| Octal | 152 | 65 | 64 | 0 | 62 | 63 | 72 | 1 | 42 | 37 |
| Binary | 1101010 | 110101 | 110100 | 0 | 110010 | 110011 | 111010 | 1 | 100010 | 11111 |
Color Harmonies of #6A3534
Complementary color
Monochromatic Colors of #6A3534
Black with #6A3534
Text Example
Text Example
White with #6A3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3534; }
p { color: rgb(106,53,52); }
H1.HeaderClassName
{
color: #6A3534;
}
.AnyTagClassName
{
color: #6A3534;
}
</style>
background-color css
<style>
a { background-color: #6A3534; }
a { background-color: rgb(106,53,52); }
div.DivClassName
{
background-color: #6A3534;
}
.BgClassName
{
background-color: #6A3534;
}
</style>
border-color css
<style>
span { border-color: #6A3534; }
span { border-color: rgb(106,53,52); }
td.TdClassName
{
border-color: #6A3534;
}
.TagClassName
{
border-color: #6A3534;
}
</style>