Shades of Sanguine Brown #673D3C
Tints of Sanguine Brown #673D3C
RGB
CMYK
RGB Variations
Color information
#673D3C (or 0x673D3C) is known color: Sanguine Brown. HEX triplet: 67, 3D and 3C. RGB value is (103,61,60). Sum of RGB (Red+Green+Blue) = 103+61+60=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D3C is #98C2C3. Grayscale: #494949. Windows color (decimal): -10011332 or 3947879. OLE color: 3947879.
HSL color Cylindrical-coordinate representation of color #673D3C: hue angle of 1.4º 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 #673D3C is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 60 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.60 |
| HSL | 1.4º | 0.26% | 0.32% | - |
| HSV(B) | 1.4º | 0.42% | 0.4% | - |
| XYZ | 8.08 | 6.55 | 5.11 | - |
| YUV | 73.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 60 | 0 | 0.41 | 0.42 | 0.60 | 1.4 | 0.26 | 0.32 |
| Hex | 67 | 3D | 3C | 0 | 29 | 2A | 3C | 1 | 1A | 20 |
| Octal | 147 | 75 | 74 | 0 | 51 | 52 | 74 | 1 | 32 | 40 |
| Binary | 1100111 | 111101 | 111100 | 0 | 101001 | 101010 | 111100 | 1 | 11010 | 100000 |
Color Harmonies of #673D3C
Complementary color
Monochromatic Colors of #673D3C
Black with #673D3C
Text Example
Text Example
White with #673D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D3C; }
p { color: rgb(103,61,60); }
H1.HeaderClassName
{
color: #673D3C;
}
.AnyTagClassName
{
color: #673D3C;
}
</style>
background-color css
<style>
a { background-color: #673D3C; }
a { background-color: rgb(103,61,60); }
div.DivClassName
{
background-color: #673D3C;
}
.BgClassName
{
background-color: #673D3C;
}
</style>
border-color css
<style>
span { border-color: #673D3C; }
span { border-color: rgb(103,61,60); }
td.TdClassName
{
border-color: #673D3C;
}
.TagClassName
{
border-color: #673D3C;
}
</style>