Shades of Sanguine Brown #673F3C
Tints of Sanguine Brown #673F3C
RGB
CMYK
RGB Variations
Color information
#673F3C (or 0x673F3C) is known color: Sanguine Brown. HEX triplet: 67, 3F and 3C. RGB value is (103,63,60). Sum of RGB (Red+Green+Blue) = 103+63+60=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #673F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F3C is #98C0C3. Grayscale: #4A4A4A. Windows color (decimal): -10010820 or 3948391. OLE color: 3948391.
HSL color Cylindrical-coordinate representation of color #673F3C: hue angle of 4.19º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #673F3C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 60 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.60 |
| HSL | 4.19º | 0.26% | 0.32% | - |
| HSV(B) | 4.19º | 0.42% | 0.4% | - |
| XYZ | 8.19 | 6.76 | 5.15 | - |
| YUV | 74.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 60 | 0 | 0.39 | 0.42 | 0.60 | 4.19 | 0.26 | 0.32 |
| Hex | 67 | 3F | 3C | 0 | 27 | 2A | 3C | 4 | 1A | 20 |
| Octal | 147 | 77 | 74 | 0 | 47 | 52 | 74 | 4 | 32 | 40 |
| Binary | 1100111 | 111111 | 111100 | 0 | 100111 | 101010 | 111100 | 100 | 11010 | 100000 |
Color Harmonies of #673F3C
Complementary color
Monochromatic Colors of #673F3C
Black with #673F3C
Text Example
Text Example
White with #673F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F3C; }
p { color: rgb(103,63,60); }
H1.HeaderClassName
{
color: #673F3C;
}
.AnyTagClassName
{
color: #673F3C;
}
</style>
background-color css
<style>
a { background-color: #673F3C; }
a { background-color: rgb(103,63,60); }
div.DivClassName
{
background-color: #673F3C;
}
.BgClassName
{
background-color: #673F3C;
}
</style>
border-color css
<style>
span { border-color: #673F3C; }
span { border-color: rgb(103,63,60); }
td.TdClassName
{
border-color: #673F3C;
}
.TagClassName
{
border-color: #673F3C;
}
</style>