Shades of Sanguine Brown #6A413E
Tints of Sanguine Brown #6A413E
RGB
CMYK
RGB Variations
Color information
#6A413E (or 0x6A413E) is known color: Sanguine Brown. HEX triplet: 6A, 41 and 3E. RGB value is (106,65,62). Sum of RGB (Red+Green+Blue) = 106+65+62=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A413E is #95BEC1. Grayscale: #4C4C4C. Windows color (decimal): -9813698 or 4079978. OLE color: 4079978.
HSL color Cylindrical-coordinate representation of color #6A413E: hue angle of 4.09º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A413E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 65 | 62 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.58 |
| HSL | 4.09º | 0.26% | 0.33% | - |
| HSV(B) | 4.09º | 0.42% | 0.42% | - |
| XYZ | 8.7 | 7.19 | 5.49 | - |
| YUV | 76.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 62 | 0 | 0.39 | 0.42 | 0.58 | 4.09 | 0.26 | 0.33 |
| Hex | 6A | 41 | 3E | 0 | 27 | 2A | 3A | 4 | 1A | 21 |
| Octal | 152 | 101 | 76 | 0 | 47 | 52 | 72 | 4 | 32 | 41 |
| Binary | 1101010 | 1000001 | 111110 | 0 | 100111 | 101010 | 111010 | 100 | 11010 | 100001 |
Color Harmonies of #6A413E
Complementary color
Monochromatic Colors of #6A413E
Black with #6A413E
Text Example
Text Example
White with #6A413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A413E; }
p { color: rgb(106,65,62); }
H1.HeaderClassName
{
color: #6A413E;
}
.AnyTagClassName
{
color: #6A413E;
}
</style>
background-color css
<style>
a { background-color: #6A413E; }
a { background-color: rgb(106,65,62); }
div.DivClassName
{
background-color: #6A413E;
}
.BgClassName
{
background-color: #6A413E;
}
</style>
border-color css
<style>
span { border-color: #6A413E; }
span { border-color: rgb(106,65,62); }
td.TdClassName
{
border-color: #6A413E;
}
.TagClassName
{
border-color: #6A413E;
}
</style>