Shades of Sanguine Brown #673C3C
Tints of Sanguine Brown #673C3C
RGB
CMYK
RGB Variations
Color information
#673C3C (or 0x673C3C) is known color: Sanguine Brown. HEX triplet: 67, 3C and 3C. RGB value is (103,60,60). Sum of RGB (Red+Green+Blue) = 103+60+60=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #673C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C3C is #98C3C3. Grayscale: #484848. Windows color (decimal): -10011588 or 3947623. OLE color: 3947623.
HSL color Cylindrical-coordinate representation of color #673C3C: hue angle of 0º 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 #673C3C is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 60 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.60 |
| HSL | 0º | 0.26% | 0.32% | - |
| HSV(B) | 0º | 0.42% | 0.4% | - |
| XYZ | 8.02 | 6.44 | 5.1 | - |
| YUV | 72.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 60 | 0 | 0.42 | 0.42 | 0.60 | 0 | 0.26 | 0.32 |
| Hex | 67 | 3C | 3C | 0 | 2A | 2A | 3C | 0 | 1A | 20 |
| Octal | 147 | 74 | 74 | 0 | 52 | 52 | 74 | 0 | 32 | 40 |
| Binary | 1100111 | 111100 | 111100 | 0 | 101010 | 101010 | 111100 | 0 | 11010 | 100000 |
Color Harmonies of #673C3C
Complementary color
Monochromatic Colors of #673C3C
Black with #673C3C
Text Example
Text Example
White with #673C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C3C; }
p { color: rgb(103,60,60); }
H1.HeaderClassName
{
color: #673C3C;
}
.AnyTagClassName
{
color: #673C3C;
}
</style>
background-color css
<style>
a { background-color: #673C3C; }
a { background-color: rgb(103,60,60); }
div.DivClassName
{
background-color: #673C3C;
}
.BgClassName
{
background-color: #673C3C;
}
</style>
border-color css
<style>
span { border-color: #673C3C; }
span { border-color: rgb(103,60,60); }
td.TdClassName
{
border-color: #673C3C;
}
.TagClassName
{
border-color: #673C3C;
}
</style>