Shades of Sanguine Brown #6A3736
Tints of Sanguine Brown #6A3736
RGB
CMYK
RGB Variations
Color information
#6A3736 (or 0x6A3736) is known color: Sanguine Brown. HEX triplet: 6A, 37 and 36. RGB value is (106,55,54). Sum of RGB (Red+Green+Blue) = 106+55+54=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3736 is #95C8C9. Grayscale: #464646. Windows color (decimal): -9816266 or 3553130. OLE color: 3553130.
HSL color Cylindrical-coordinate representation of color #6A3736: hue angle of 1.15º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3736 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 55 | 54 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.58 |
| HSL | 1.15º | 0.33% | 0.31% | - |
| HSV(B) | 1.15º | 0.49% | 0.42% | - |
| XYZ | 7.98 | 6.06 | 4.24 | - |
| YUV | 70.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 54 | 0 | 0.48 | 0.49 | 0.58 | 1.15 | 0.33 | 0.31 |
| Hex | 6A | 37 | 36 | 0 | 30 | 31 | 3A | 1 | 20 | 1F |
| Octal | 152 | 67 | 66 | 0 | 60 | 61 | 72 | 1 | 40 | 37 |
| Binary | 1101010 | 110111 | 110110 | 0 | 110000 | 110001 | 111010 | 1 | 100000 | 11111 |
Color Harmonies of #6A3736
Complementary color
Monochromatic Colors of #6A3736
Black with #6A3736
Text Example
Text Example
White with #6A3736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3736; }
p { color: rgb(106,55,54); }
H1.HeaderClassName
{
color: #6A3736;
}
.AnyTagClassName
{
color: #6A3736;
}
</style>
background-color css
<style>
a { background-color: #6A3736; }
a { background-color: rgb(106,55,54); }
div.DivClassName
{
background-color: #6A3736;
}
.BgClassName
{
background-color: #6A3736;
}
</style>
border-color css
<style>
span { border-color: #6A3736; }
span { border-color: rgb(106,55,54); }
td.TdClassName
{
border-color: #6A3736;
}
.TagClassName
{
border-color: #6A3736;
}
</style>