Shades of Sanguine Brown #603D3C
Tints of Sanguine Brown #603D3C
RGB
CMYK
RGB Variations
Color information
#603D3C (or 0x603D3C) is known color: Sanguine Brown. HEX triplet: 60, 3D and 3C. RGB value is (96,61,60). Sum of RGB (Red+Green+Blue) = 96+61+60=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D3C is #9FC2C3. Grayscale: #474747. Windows color (decimal): -10470084 or 3947872. OLE color: 3947872.
HSL color Cylindrical-coordinate representation of color #603D3C: hue angle of 1.67º 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 #603D3C is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 60 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.62 |
| HSL | 1.67º | 0.23% | 0.31% | - |
| HSV(B) | 1.67º | 0.38% | 0.38% | - |
| XYZ | 7.31 | 6.15 | 5.08 | - |
| YUV | 71.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 60 | 0 | 0.36 | 0.38 | 0.62 | 1.67 | 0.23 | 0.31 |
| Hex | 60 | 3D | 3C | 0 | 24 | 26 | 3E | 2 | 17 | 1F |
| Octal | 140 | 75 | 74 | 0 | 44 | 46 | 76 | 2 | 27 | 37 |
| Binary | 1100000 | 111101 | 111100 | 0 | 100100 | 100110 | 111110 | 10 | 10111 | 11111 |
Color Harmonies of #603D3C
Complementary color
Monochromatic Colors of #603D3C
Black with #603D3C
Text Example
Text Example
White with #603D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D3C; }
p { color: rgb(96,61,60); }
H1.HeaderClassName
{
color: #603D3C;
}
.AnyTagClassName
{
color: #603D3C;
}
</style>
background-color css
<style>
a { background-color: #603D3C; }
a { background-color: rgb(96,61,60); }
div.DivClassName
{
background-color: #603D3C;
}
.BgClassName
{
background-color: #603D3C;
}
</style>
border-color css
<style>
span { border-color: #603D3C; }
span { border-color: rgb(96,61,60); }
td.TdClassName
{
border-color: #603D3C;
}
.TagClassName
{
border-color: #603D3C;
}
</style>