Shades of Sanguine Brown #643E3E
Tints of Sanguine Brown #643E3E
RGB
CMYK
RGB Variations
Color information
#643E3E (or 0x643E3E) is known color: Sanguine Brown. HEX triplet: 64, 3E and 3E. RGB value is (100,62,62). Sum of RGB (Red+Green+Blue) = 100+62+62=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #643E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E3E is #9BC1C1. Grayscale: #494949. Windows color (decimal): -10207682 or 4079204. OLE color: 4079204.
HSL color Cylindrical-coordinate representation of color #643E3E: hue angle of 0º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643E3E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 62 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.61 |
| HSL | 0º | 0.23% | 0.32% | - |
| HSV(B) | 0º | 0.38% | 0.39% | - |
| XYZ | 7.85 | 6.5 | 5.4 | - |
| YUV | 73.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 62 | 0 | 0.38 | 0.38 | 0.61 | 0 | 0.23 | 0.32 |
| Hex | 64 | 3E | 3E | 0 | 26 | 26 | 3D | 0 | 17 | 20 |
| Octal | 144 | 76 | 76 | 0 | 46 | 46 | 75 | 0 | 27 | 40 |
| Binary | 1100100 | 111110 | 111110 | 0 | 100110 | 100110 | 111101 | 0 | 10111 | 100000 |
Color Harmonies of #643E3E
Complementary color
Monochromatic Colors of #643E3E
Black with #643E3E
Text Example
Text Example
White with #643E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E3E; }
p { color: rgb(100,62,62); }
H1.HeaderClassName
{
color: #643E3E;
}
.AnyTagClassName
{
color: #643E3E;
}
</style>
background-color css
<style>
a { background-color: #643E3E; }
a { background-color: rgb(100,62,62); }
div.DivClassName
{
background-color: #643E3E;
}
.BgClassName
{
background-color: #643E3E;
}
</style>
border-color css
<style>
span { border-color: #643E3E; }
span { border-color: rgb(100,62,62); }
td.TdClassName
{
border-color: #643E3E;
}
.TagClassName
{
border-color: #643E3E;
}
</style>