Shades of Sanguine Brown #643C3A
Tints of Sanguine Brown #643C3A
RGB
CMYK
RGB Variations
Color information
#643C3A (or 0x643C3A) is known color: Sanguine Brown. HEX triplet: 64, 3C and 3A. RGB value is (100,60,58). Sum of RGB (Red+Green+Blue) = 100+60+58=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C3A is #9BC3C5. Grayscale: #474747. Windows color (decimal): -10208198 or 3816548. OLE color: 3816548.
HSL color Cylindrical-coordinate representation of color #643C3A: hue angle of 2.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643C3A is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 58 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.61 |
| HSL | 2.86º | 0.27% | 0.31% | - |
| HSV(B) | 2.86º | 0.42% | 0.39% | - |
| XYZ | 7.64 | 6.25 | 4.81 | - |
| YUV | 71.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 58 | 0 | 0.4 | 0.42 | 0.61 | 2.86 | 0.27 | 0.31 |
| Hex | 64 | 3C | 3A | 0 | 28 | 2A | 3D | 3 | 1B | 1F |
| Octal | 144 | 74 | 72 | 0 | 50 | 52 | 75 | 3 | 33 | 37 |
| Binary | 1100100 | 111100 | 111010 | 0 | 101000 | 101010 | 111101 | 11 | 11011 | 11111 |
Color Harmonies of #643C3A
Complementary color
Monochromatic Colors of #643C3A
Black with #643C3A
Text Example
Text Example
White with #643C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C3A; }
p { color: rgb(100,60,58); }
H1.HeaderClassName
{
color: #643C3A;
}
.AnyTagClassName
{
color: #643C3A;
}
</style>
background-color css
<style>
a { background-color: #643C3A; }
a { background-color: rgb(100,60,58); }
div.DivClassName
{
background-color: #643C3A;
}
.BgClassName
{
background-color: #643C3A;
}
</style>
border-color css
<style>
span { border-color: #643C3A; }
span { border-color: rgb(100,60,58); }
td.TdClassName
{
border-color: #643C3A;
}
.TagClassName
{
border-color: #643C3A;
}
</style>