Shades of Sanguine Brown #643F3D
Tints of Sanguine Brown #643F3D
RGB
CMYK
RGB Variations
Color information
#643F3D (or 0x643F3D) is known color: Sanguine Brown. HEX triplet: 64, 3F and 3D. RGB value is (100,63,61). Sum of RGB (Red+Green+Blue) = 100+63+61=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #643F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F3D is #9BC0C2. Grayscale: #494949. Windows color (decimal): -10207427 or 4013924. OLE color: 4013924.
HSL color Cylindrical-coordinate representation of color #643F3D: hue angle of 3.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #643F3D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 61 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.61 |
| HSL | 3.08º | 0.24% | 0.32% | - |
| HSV(B) | 3.08º | 0.39% | 0.39% | - |
| XYZ | 7.88 | 6.6 | 5.27 | - |
| YUV | 73.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 61 | 0 | 0.37 | 0.39 | 0.61 | 3.08 | 0.24 | 0.32 |
| Hex | 64 | 3F | 3D | 0 | 25 | 27 | 3D | 3 | 18 | 20 |
| Octal | 144 | 77 | 75 | 0 | 45 | 47 | 75 | 3 | 30 | 40 |
| Binary | 1100100 | 111111 | 111101 | 0 | 100101 | 100111 | 111101 | 11 | 11000 | 100000 |
Color Harmonies of #643F3D
Complementary color
Monochromatic Colors of #643F3D
Black with #643F3D
Text Example
Text Example
White with #643F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F3D; }
p { color: rgb(100,63,61); }
H1.HeaderClassName
{
color: #643F3D;
}
.AnyTagClassName
{
color: #643F3D;
}
</style>
background-color css
<style>
a { background-color: #643F3D; }
a { background-color: rgb(100,63,61); }
div.DivClassName
{
background-color: #643F3D;
}
.BgClassName
{
background-color: #643F3D;
}
</style>
border-color css
<style>
span { border-color: #643F3D; }
span { border-color: rgb(100,63,61); }
td.TdClassName
{
border-color: #643F3D;
}
.TagClassName
{
border-color: #643F3D;
}
</style>