Shades of Sanguine Brown #643F3E
Tints of Sanguine Brown #643F3E
RGB
CMYK
RGB Variations
Color information
#643F3E (or 0x643F3E) is known color: Sanguine Brown. HEX triplet: 64, 3F and 3E. RGB value is (100,63,62). Sum of RGB (Red+Green+Blue) = 100+63+62=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #643F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F3E is #9BC0C1. Grayscale: #494949. Windows color (decimal): -10207426 or 4079460. OLE color: 4079460.
HSL color Cylindrical-coordinate representation of color #643F3E: hue angle of 1.58º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643F3E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 62 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.61 |
| HSL | 1.58º | 0.23% | 0.32% | - |
| HSV(B) | 1.58º | 0.38% | 0.39% | - |
| XYZ | 7.9 | 6.61 | 5.42 | - |
| YUV | 73.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 62 | 0 | 0.37 | 0.38 | 0.61 | 1.58 | 0.23 | 0.32 |
| Hex | 64 | 3F | 3E | 0 | 25 | 26 | 3D | 2 | 17 | 20 |
| Octal | 144 | 77 | 76 | 0 | 45 | 46 | 75 | 2 | 27 | 40 |
| Binary | 1100100 | 111111 | 111110 | 0 | 100101 | 100110 | 111101 | 10 | 10111 | 100000 |
Color Harmonies of #643F3E
Complementary color
Monochromatic Colors of #643F3E
Black with #643F3E
Text Example
Text Example
White with #643F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F3E; }
p { color: rgb(100,63,62); }
H1.HeaderClassName
{
color: #643F3E;
}
.AnyTagClassName
{
color: #643F3E;
}
</style>
background-color css
<style>
a { background-color: #643F3E; }
a { background-color: rgb(100,63,62); }
div.DivClassName
{
background-color: #643F3E;
}
.BgClassName
{
background-color: #643F3E;
}
</style>
border-color css
<style>
span { border-color: #643F3E; }
span { border-color: rgb(100,63,62); }
td.TdClassName
{
border-color: #643F3E;
}
.TagClassName
{
border-color: #643F3E;
}
</style>