Shades of Sanguine Brown #613C39
Tints of Sanguine Brown #613C39
RGB
CMYK
RGB Variations
Color information
#613C39 (or 0x613C39) is known color: Sanguine Brown. HEX triplet: 61, 3C and 39. RGB value is (97,60,57). Sum of RGB (Red+Green+Blue) = 97+60+57=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C39 is #9EC3C6. Grayscale: #464646. Windows color (decimal): -10404807 or 3751009. OLE color: 3751009.
HSL color Cylindrical-coordinate representation of color #613C39: hue angle of 4.5º degrees, saturation: 0.26, 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 #613C39 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 57 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.62 |
| HSL | 4.5º | 0.26% | 0.3% | - |
| HSV(B) | 4.5º | 0.41% | 0.38% | - |
| XYZ | 7.28 | 6.07 | 4.66 | - |
| YUV | 70.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 57 | 0 | 0.38 | 0.41 | 0.62 | 4.5 | 0.26 | 0.3 |
| Hex | 61 | 3C | 39 | 0 | 26 | 29 | 3E | 4 | 1A | 1E |
| Octal | 141 | 74 | 71 | 0 | 46 | 51 | 76 | 4 | 32 | 36 |
| Binary | 1100001 | 111100 | 111001 | 0 | 100110 | 101001 | 111110 | 100 | 11010 | 11110 |
Color Harmonies of #613C39
Complementary color
Monochromatic Colors of #613C39
Black with #613C39
Text Example
Text Example
White with #613C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C39; }
p { color: rgb(97,60,57); }
H1.HeaderClassName
{
color: #613C39;
}
.AnyTagClassName
{
color: #613C39;
}
</style>
background-color css
<style>
a { background-color: #613C39; }
a { background-color: rgb(97,60,57); }
div.DivClassName
{
background-color: #613C39;
}
.BgClassName
{
background-color: #613C39;
}
</style>
border-color css
<style>
span { border-color: #613C39; }
span { border-color: rgb(97,60,57); }
td.TdClassName
{
border-color: #613C39;
}
.TagClassName
{
border-color: #613C39;
}
</style>