Shades of Sanguine Brown #643A38
Tints of Sanguine Brown #643A38
RGB
CMYK
RGB Variations
Color information
#643A38 (or 0x643A38) is known color: Sanguine Brown. HEX triplet: 64, 3A and 38. RGB value is (100,58,56). Sum of RGB (Red+Green+Blue) = 100+58+56=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #643A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A38 is #9BC5C7. Grayscale: #464646. Windows color (decimal): -10208712 or 3684964. OLE color: 3684964.
HSL color Cylindrical-coordinate representation of color #643A38: hue angle of 2.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #643A38 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 56 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.61 |
| HSL | 2.73º | 0.28% | 0.31% | - |
| HSV(B) | 2.73º | 0.44% | 0.39% | - |
| XYZ | 7.48 | 6.02 | 4.51 | - |
| YUV | 70.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 56 | 0 | 0.42 | 0.44 | 0.61 | 2.73 | 0.28 | 0.31 |
| Hex | 64 | 3A | 38 | 0 | 2A | 2C | 3D | 3 | 1C | 1F |
| Octal | 144 | 72 | 70 | 0 | 52 | 54 | 75 | 3 | 34 | 37 |
| Binary | 1100100 | 111010 | 111000 | 0 | 101010 | 101100 | 111101 | 11 | 11100 | 11111 |
Color Harmonies of #643A38
Complementary color
Monochromatic Colors of #643A38
Black with #643A38
Text Example
Text Example
White with #643A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A38; }
p { color: rgb(100,58,56); }
H1.HeaderClassName
{
color: #643A38;
}
.AnyTagClassName
{
color: #643A38;
}
</style>
background-color css
<style>
a { background-color: #643A38; }
a { background-color: rgb(100,58,56); }
div.DivClassName
{
background-color: #643A38;
}
.BgClassName
{
background-color: #643A38;
}
</style>
border-color css
<style>
span { border-color: #643A38; }
span { border-color: rgb(100,58,56); }
td.TdClassName
{
border-color: #643A38;
}
.TagClassName
{
border-color: #643A38;
}
</style>