Shades of Sanguine Brown #603B3B
Tints of Sanguine Brown #603B3B
RGB
CMYK
RGB Variations
Color information
#603B3B (or 0x603B3B) is known color: Sanguine Brown. HEX triplet: 60, 3B and 3B. RGB value is (96,59,59). Sum of RGB (Red+Green+Blue) = 96+59+59=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B3B is #9FC4C4. Grayscale: #464646. Windows color (decimal): -10470597 or 3881824. OLE color: 3881824.
HSL color Cylindrical-coordinate representation of color #603B3B: hue angle of 0º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603B3B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 59 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.62 |
| HSL | 0º | 0.24% | 0.3% | - |
| HSV(B) | 0º | 0.39% | 0.38% | - |
| XYZ | 7.18 | 5.93 | 4.9 | - |
| YUV | 70.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 59 | 0 | 0.39 | 0.39 | 0.62 | 0 | 0.24 | 0.3 |
| Hex | 60 | 3B | 3B | 0 | 27 | 27 | 3E | 0 | 18 | 1E |
| Octal | 140 | 73 | 73 | 0 | 47 | 47 | 76 | 0 | 30 | 36 |
| Binary | 1100000 | 111011 | 111011 | 0 | 100111 | 100111 | 111110 | 0 | 11000 | 11110 |
Color Harmonies of #603B3B
Complementary color
Monochromatic Colors of #603B3B
Black with #603B3B
Text Example
Text Example
White with #603B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B3B; }
p { color: rgb(96,59,59); }
H1.HeaderClassName
{
color: #603B3B;
}
.AnyTagClassName
{
color: #603B3B;
}
</style>
background-color css
<style>
a { background-color: #603B3B; }
a { background-color: rgb(96,59,59); }
div.DivClassName
{
background-color: #603B3B;
}
.BgClassName
{
background-color: #603B3B;
}
</style>
border-color css
<style>
span { border-color: #603B3B; }
span { border-color: rgb(96,59,59); }
td.TdClassName
{
border-color: #603B3B;
}
.TagClassName
{
border-color: #603B3B;
}
</style>