Shades of Sanguine Brown #603C39
Tints of Sanguine Brown #603C39
RGB
CMYK
RGB Variations
Color information
#603C39 (or 0x603C39) is known color: Sanguine Brown. HEX triplet: 60, 3C and 39. RGB value is (96,60,57). Sum of RGB (Red+Green+Blue) = 96+60+57=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C39 is #9FC3C6. Grayscale: #464646. Windows color (decimal): -10470343 or 3751008. OLE color: 3751008.
HSL color Cylindrical-coordinate representation of color #603C39: hue angle of 4.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603C39 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 57 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.62 |
| HSL | 4.62º | 0.25% | 0.3% | - |
| HSV(B) | 4.62º | 0.41% | 0.38% | - |
| XYZ | 7.18 | 6.01 | 4.65 | - |
| YUV | 70.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 57 | 0 | 0.38 | 0.41 | 0.62 | 4.62 | 0.25 | 0.3 |
| Hex | 60 | 3C | 39 | 0 | 26 | 29 | 3E | 5 | 19 | 1E |
| Octal | 140 | 74 | 71 | 0 | 46 | 51 | 76 | 5 | 31 | 36 |
| Binary | 1100000 | 111100 | 111001 | 0 | 100110 | 101001 | 111110 | 101 | 11001 | 11110 |
Color Harmonies of #603C39
Complementary color
Monochromatic Colors of #603C39
Black with #603C39
Text Example
Text Example
White with #603C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C39; }
p { color: rgb(96,60,57); }
H1.HeaderClassName
{
color: #603C39;
}
.AnyTagClassName
{
color: #603C39;
}
</style>
background-color css
<style>
a { background-color: #603C39; }
a { background-color: rgb(96,60,57); }
div.DivClassName
{
background-color: #603C39;
}
.BgClassName
{
background-color: #603C39;
}
</style>
border-color css
<style>
span { border-color: #603C39; }
span { border-color: rgb(96,60,57); }
td.TdClassName
{
border-color: #603C39;
}
.TagClassName
{
border-color: #603C39;
}
</style>