Shades of Sanguine Brown #673C39
Tints of Sanguine Brown #673C39
RGB
CMYK
RGB Variations
Color information
#673C39 (or 0x673C39) is known color: Sanguine Brown. HEX triplet: 67, 3C and 39. RGB value is (103,60,57). Sum of RGB (Red+Green+Blue) = 103+60+57=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #673C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C39 is #98C3C6. Grayscale: #484848. Windows color (decimal): -10011591 or 3751015. OLE color: 3751015.
HSL color Cylindrical-coordinate representation of color #673C39: hue angle of 3.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #673C39 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 57 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.60 |
| HSL | 3.91º | 0.29% | 0.31% | - |
| HSV(B) | 3.91º | 0.45% | 0.4% | - |
| XYZ | 7.95 | 6.41 | 4.69 | - |
| YUV | 72.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 57 | 0 | 0.42 | 0.45 | 0.60 | 3.91 | 0.29 | 0.31 |
| Hex | 67 | 3C | 39 | 0 | 2A | 2D | 3C | 4 | 1D | 1F |
| Octal | 147 | 74 | 71 | 0 | 52 | 55 | 74 | 4 | 35 | 37 |
| Binary | 1100111 | 111100 | 111001 | 0 | 101010 | 101101 | 111100 | 100 | 11101 | 11111 |
Color Harmonies of #673C39
Complementary color
Monochromatic Colors of #673C39
Black with #673C39
Text Example
Text Example
White with #673C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C39; }
p { color: rgb(103,60,57); }
H1.HeaderClassName
{
color: #673C39;
}
.AnyTagClassName
{
color: #673C39;
}
</style>
background-color css
<style>
a { background-color: #673C39; }
a { background-color: rgb(103,60,57); }
div.DivClassName
{
background-color: #673C39;
}
.BgClassName
{
background-color: #673C39;
}
</style>
border-color css
<style>
span { border-color: #673C39; }
span { border-color: rgb(103,60,57); }
td.TdClassName
{
border-color: #673C39;
}
.TagClassName
{
border-color: #673C39;
}
</style>