Shades of Sanguine Brown #603E3C
Tints of Sanguine Brown #603E3C
RGB
CMYK
RGB Variations
Color information
#603E3C (or 0x603E3C) is known color: Sanguine Brown. HEX triplet: 60, 3E and 3C. RGB value is (96,62,60). Sum of RGB (Red+Green+Blue) = 96+62+60=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #603E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E3C is #9FC1C3. Grayscale: #474747. Windows color (decimal): -10469828 or 3948128. OLE color: 3948128.
HSL color Cylindrical-coordinate representation of color #603E3C: hue angle of 3.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603E3C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 60 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.62 |
| HSL | 3.33º | 0.23% | 0.31% | - |
| HSV(B) | 3.33º | 0.38% | 0.38% | - |
| XYZ | 7.36 | 6.26 | 5.09 | - |
| YUV | 71.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 60 | 0 | 0.35 | 0.38 | 0.62 | 3.33 | 0.23 | 0.31 |
| Hex | 60 | 3E | 3C | 0 | 23 | 26 | 3E | 3 | 17 | 1F |
| Octal | 140 | 76 | 74 | 0 | 43 | 46 | 76 | 3 | 27 | 37 |
| Binary | 1100000 | 111110 | 111100 | 0 | 100011 | 100110 | 111110 | 11 | 10111 | 11111 |
Color Harmonies of #603E3C
Complementary color
Monochromatic Colors of #603E3C
Black with #603E3C
Text Example
Text Example
White with #603E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E3C; }
p { color: rgb(96,62,60); }
H1.HeaderClassName
{
color: #603E3C;
}
.AnyTagClassName
{
color: #603E3C;
}
</style>
background-color css
<style>
a { background-color: #603E3C; }
a { background-color: rgb(96,62,60); }
div.DivClassName
{
background-color: #603E3C;
}
.BgClassName
{
background-color: #603E3C;
}
</style>
border-color css
<style>
span { border-color: #603E3C; }
span { border-color: rgb(96,62,60); }
td.TdClassName
{
border-color: #603E3C;
}
.TagClassName
{
border-color: #603E3C;
}
</style>