Shades of Sanguine Brown #674140
Tints of Sanguine Brown #674140
RGB
CMYK
RGB Variations
Color information
#674140 (or 0x674140) is known color: Sanguine Brown. HEX triplet: 67, 41 and 40. RGB value is (103,65,64). Sum of RGB (Red+Green+Blue) = 103+65+64=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #674140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674140 is #98BEBF. Grayscale: #4C4C4C. Windows color (decimal): -10010304 or 4211047. OLE color: 4211047.
HSL color Cylindrical-coordinate representation of color #674140: hue angle of 1.54º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674140 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 64 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.60 |
| HSL | 1.54º | 0.23% | 0.33% | - |
| HSV(B) | 1.54º | 0.38% | 0.4% | - |
| XYZ | 8.41 | 7.03 | 5.77 | - |
| YUV | 76.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 64 | 0 | 0.37 | 0.38 | 0.60 | 1.54 | 0.23 | 0.33 |
| Hex | 67 | 41 | 40 | 0 | 25 | 26 | 3C | 2 | 17 | 21 |
| Octal | 147 | 101 | 100 | 0 | 45 | 46 | 74 | 2 | 27 | 41 |
| Binary | 1100111 | 1000001 | 1000000 | 0 | 100101 | 100110 | 111100 | 10 | 10111 | 100001 |
Color Harmonies of #674140
Complementary color
Monochromatic Colors of #674140
Black with #674140
Text Example
Text Example
White with #674140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674140; }
p { color: rgb(103,65,64); }
H1.HeaderClassName
{
color: #674140;
}
.AnyTagClassName
{
color: #674140;
}
</style>
background-color css
<style>
a { background-color: #674140; }
a { background-color: rgb(103,65,64); }
div.DivClassName
{
background-color: #674140;
}
.BgClassName
{
background-color: #674140;
}
</style>
border-color css
<style>
span { border-color: #674140; }
span { border-color: rgb(103,65,64); }
td.TdClassName
{
border-color: #674140;
}
.TagClassName
{
border-color: #674140;
}
</style>