Shades of Sanguine Brown #613A38
Tints of Sanguine Brown #613A38
RGB
CMYK
RGB Variations
Color information
#613A38 (or 0x613A38) is known color: Sanguine Brown. HEX triplet: 61, 3A and 38. RGB value is (97,58,56). Sum of RGB (Red+Green+Blue) = 97+58+56=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A38 is #9EC5C7. Grayscale: #454545. Windows color (decimal): -10405320 or 3684961. OLE color: 3684961.
HSL color Cylindrical-coordinate representation of color #613A38: hue angle of 2.93º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613A38 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 56 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.62 |
| HSL | 2.93º | 0.27% | 0.3% | - |
| HSV(B) | 2.93º | 0.42% | 0.38% | - |
| XYZ | 7.16 | 5.85 | 4.49 | - |
| YUV | 69.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 56 | 0 | 0.40 | 0.42 | 0.62 | 2.93 | 0.27 | 0.3 |
| Hex | 61 | 3A | 38 | 0 | 28 | 2A | 3E | 3 | 1B | 1E |
| Octal | 141 | 72 | 70 | 0 | 50 | 52 | 76 | 3 | 33 | 36 |
| Binary | 1100001 | 111010 | 111000 | 0 | 101000 | 101010 | 111110 | 11 | 11011 | 11110 |
Color Harmonies of #613A38
Complementary color
Monochromatic Colors of #613A38
Black with #613A38
Text Example
Text Example
White with #613A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A38; }
p { color: rgb(97,58,56); }
H1.HeaderClassName
{
color: #613A38;
}
.AnyTagClassName
{
color: #613A38;
}
</style>
background-color css
<style>
a { background-color: #613A38; }
a { background-color: rgb(97,58,56); }
div.DivClassName
{
background-color: #613A38;
}
.BgClassName
{
background-color: #613A38;
}
</style>
border-color css
<style>
span { border-color: #613A38; }
span { border-color: rgb(97,58,56); }
td.TdClassName
{
border-color: #613A38;
}
.TagClassName
{
border-color: #613A38;
}
</style>