Shades of Sanguine Brown #6A3A3A
Tints of Sanguine Brown #6A3A3A
RGB
CMYK
RGB Variations
Color information
#6A3A3A (or 0x6A3A3A) is known color: Sanguine Brown. HEX triplet: 6A, 3A and 3A. RGB value is (106,58,58). Sum of RGB (Red+Green+Blue) = 106+58+58=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3A3A is #95C5C5. Grayscale: #484848. Windows color (decimal): -9815494 or 3816042. OLE color: 3816042.
HSL color Cylindrical-coordinate representation of color #6A3A3A: hue angle of 0º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A3A3A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 58 | 58 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.58 |
| HSL | 0º | 0.29% | 0.32% | - |
| HSV(B) | 0º | 0.45% | 0.42% | - |
| XYZ | 8.22 | 6.4 | 4.8 | - |
| YUV | 72.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 58 | 58 | 0 | 0.45 | 0.45 | 0.58 | 0 | 0.29 | 0.32 |
| Hex | 6A | 3A | 3A | 0 | 2D | 2D | 3A | 0 | 1D | 20 |
| Octal | 152 | 72 | 72 | 0 | 55 | 55 | 72 | 0 | 35 | 40 |
| Binary | 1101010 | 111010 | 111010 | 0 | 101101 | 101101 | 111010 | 0 | 11101 | 100000 |
Color Harmonies of #6A3A3A
Complementary color
Monochromatic Colors of #6A3A3A
Black with #6A3A3A
Text Example
Text Example
White with #6A3A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3A3A; }
p { color: rgb(106,58,58); }
H1.HeaderClassName
{
color: #6A3A3A;
}
.AnyTagClassName
{
color: #6A3A3A;
}
</style>
background-color css
<style>
a { background-color: #6A3A3A; }
a { background-color: rgb(106,58,58); }
div.DivClassName
{
background-color: #6A3A3A;
}
.BgClassName
{
background-color: #6A3A3A;
}
</style>
border-color css
<style>
span { border-color: #6A3A3A; }
span { border-color: rgb(106,58,58); }
td.TdClassName
{
border-color: #6A3A3A;
}
.TagClassName
{
border-color: #6A3A3A;
}
</style>