Shades of Sanguine Brown #643F3C
Tints of Sanguine Brown #643F3C
RGB
CMYK
RGB Variations
Color information
#643F3C (or 0x643F3C) is known color: Sanguine Brown. HEX triplet: 64, 3F and 3C. RGB value is (100,63,60). Sum of RGB (Red+Green+Blue) = 100+63+60=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #643F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F3C is #9BC0C3. Grayscale: #494949. Windows color (decimal): -10207428 or 3948388. OLE color: 3948388.
HSL color Cylindrical-coordinate representation of color #643F3C: hue angle of 4.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643F3C is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 60 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.61 |
| HSL | 4.5º | 0.25% | 0.31% | - |
| HSV(B) | 4.5º | 0.4% | 0.39% | - |
| XYZ | 7.85 | 6.59 | 5.13 | - |
| YUV | 73.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 60 | 0 | 0.37 | 0.4 | 0.61 | 4.5 | 0.25 | 0.31 |
| Hex | 64 | 3F | 3C | 0 | 25 | 28 | 3D | 4 | 19 | 1F |
| Octal | 144 | 77 | 74 | 0 | 45 | 50 | 75 | 4 | 31 | 37 |
| Binary | 1100100 | 111111 | 111100 | 0 | 100101 | 101000 | 111101 | 100 | 11001 | 11111 |
Color Harmonies of #643F3C
Complementary color
Monochromatic Colors of #643F3C
Black with #643F3C
Text Example
Text Example
White with #643F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F3C; }
p { color: rgb(100,63,60); }
H1.HeaderClassName
{
color: #643F3C;
}
.AnyTagClassName
{
color: #643F3C;
}
</style>
background-color css
<style>
a { background-color: #643F3C; }
a { background-color: rgb(100,63,60); }
div.DivClassName
{
background-color: #643F3C;
}
.BgClassName
{
background-color: #643F3C;
}
</style>
border-color css
<style>
span { border-color: #643F3C; }
span { border-color: rgb(100,63,60); }
td.TdClassName
{
border-color: #643F3C;
}
.TagClassName
{
border-color: #643F3C;
}
</style>