Shades of Sanguine Brown #613D3C
Tints of Sanguine Brown #613D3C
RGB
CMYK
RGB Variations
Color information
#613D3C (or 0x613D3C) is known color: Sanguine Brown. HEX triplet: 61, 3D and 3C. RGB value is (97,61,60). Sum of RGB (Red+Green+Blue) = 97+61+60=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D3C is #9EC2C3. Grayscale: #474747. Windows color (decimal): -10404548 or 3947873. OLE color: 3947873.
HSL color Cylindrical-coordinate representation of color #613D3C: hue angle of 1.62º degrees, saturation: 0.24, 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 #613D3C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 60 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.62 |
| HSL | 1.62º | 0.24% | 0.31% | - |
| HSV(B) | 1.62º | 0.38% | 0.38% | - |
| XYZ | 7.41 | 6.21 | 5.08 | - |
| YUV | 71.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 60 | 0 | 0.37 | 0.38 | 0.62 | 1.62 | 0.24 | 0.31 |
| Hex | 61 | 3D | 3C | 0 | 25 | 26 | 3E | 2 | 18 | 1F |
| Octal | 141 | 75 | 74 | 0 | 45 | 46 | 76 | 2 | 30 | 37 |
| Binary | 1100001 | 111101 | 111100 | 0 | 100101 | 100110 | 111110 | 10 | 11000 | 11111 |
Color Harmonies of #613D3C
Complementary color
Monochromatic Colors of #613D3C
Black with #613D3C
Text Example
Text Example
White with #613D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D3C; }
p { color: rgb(97,61,60); }
H1.HeaderClassName
{
color: #613D3C;
}
.AnyTagClassName
{
color: #613D3C;
}
</style>
background-color css
<style>
a { background-color: #613D3C; }
a { background-color: rgb(97,61,60); }
div.DivClassName
{
background-color: #613D3C;
}
.BgClassName
{
background-color: #613D3C;
}
</style>
border-color css
<style>
span { border-color: #613D3C; }
span { border-color: rgb(97,61,60); }
td.TdClassName
{
border-color: #613D3C;
}
.TagClassName
{
border-color: #613D3C;
}
</style>