Shades of Sanguine Brown #673C38
Tints of Sanguine Brown #673C38
RGB
CMYK
RGB Variations
Color information
#673C38 (or 0x673C38) is known color: Sanguine Brown. HEX triplet: 67, 3C and 38. RGB value is (103,60,56). Sum of RGB (Red+Green+Blue) = 103+60+56=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #673C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C38 is #98C3C7. Grayscale: #484848. Windows color (decimal): -10011592 or 3685479. OLE color: 3685479.
HSL color Cylindrical-coordinate representation of color #673C38: hue angle of 5.11º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673C38 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 56 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.60 |
| HSL | 5.11º | 0.3% | 0.31% | - |
| HSV(B) | 5.11º | 0.46% | 0.4% | - |
| XYZ | 7.92 | 6.4 | 4.56 | - |
| YUV | 72.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 56 | 0 | 0.42 | 0.46 | 0.60 | 5.11 | 0.3 | 0.31 |
| Hex | 67 | 3C | 38 | 0 | 2A | 2E | 3C | 5 | 1E | 1F |
| Octal | 147 | 74 | 70 | 0 | 52 | 56 | 74 | 5 | 36 | 37 |
| Binary | 1100111 | 111100 | 111000 | 0 | 101010 | 101110 | 111100 | 101 | 11110 | 11111 |
Color Harmonies of #673C38
Complementary color
Monochromatic Colors of #673C38
Black with #673C38
Text Example
Text Example
White with #673C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C38; }
p { color: rgb(103,60,56); }
H1.HeaderClassName
{
color: #673C38;
}
.AnyTagClassName
{
color: #673C38;
}
</style>
background-color css
<style>
a { background-color: #673C38; }
a { background-color: rgb(103,60,56); }
div.DivClassName
{
background-color: #673C38;
}
.BgClassName
{
background-color: #673C38;
}
</style>
border-color css
<style>
span { border-color: #673C38; }
span { border-color: rgb(103,60,56); }
td.TdClassName
{
border-color: #673C38;
}
.TagClassName
{
border-color: #673C38;
}
</style>