Shades of Sanguine Brown #643C3B
Tints of Sanguine Brown #643C3B
RGB
CMYK
RGB Variations
Color information
#643C3B (or 0x643C3B) is known color: Sanguine Brown. HEX triplet: 64, 3C and 3B. RGB value is (100,60,59). Sum of RGB (Red+Green+Blue) = 100+60+59=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #643C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C3B is #9BC3C4. Grayscale: #474747. Windows color (decimal): -10208197 or 3882084. OLE color: 3882084.
HSL color Cylindrical-coordinate representation of color #643C3B: hue angle of 1.46º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #643C3B is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 59 | - |
| CMYK | 0 | 0.4 | 0.41 | 0.61 |
| HSL | 1.46º | 0.26% | 0.31% | - |
| HSV(B) | 1.46º | 0.41% | 0.39% | - |
| XYZ | 7.66 | 6.26 | 4.94 | - |
| YUV | 71.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 59 | 0 | 0.4 | 0.41 | 0.61 | 1.46 | 0.26 | 0.31 |
| Hex | 64 | 3C | 3B | 0 | 28 | 29 | 3D | 1 | 1A | 1F |
| Octal | 144 | 74 | 73 | 0 | 50 | 51 | 75 | 1 | 32 | 37 |
| Binary | 1100100 | 111100 | 111011 | 0 | 101000 | 101001 | 111101 | 1 | 11010 | 11111 |
Color Harmonies of #643C3B
Complementary color
Monochromatic Colors of #643C3B
Black with #643C3B
Text Example
Text Example
White with #643C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C3B; }
p { color: rgb(100,60,59); }
H1.HeaderClassName
{
color: #643C3B;
}
.AnyTagClassName
{
color: #643C3B;
}
</style>
background-color css
<style>
a { background-color: #643C3B; }
a { background-color: rgb(100,60,59); }
div.DivClassName
{
background-color: #643C3B;
}
.BgClassName
{
background-color: #643C3B;
}
</style>
border-color css
<style>
span { border-color: #643C3B; }
span { border-color: rgb(100,60,59); }
td.TdClassName
{
border-color: #643C3B;
}
.TagClassName
{
border-color: #643C3B;
}
</style>