Shades of Sanguine Brown #653F3F
Tints of Sanguine Brown #653F3F
RGB
CMYK
RGB Variations
Color information
#653F3F (or 0x653F3F) is known color: Sanguine Brown. HEX triplet: 65, 3F and 3F. RGB value is (101,63,63). Sum of RGB (Red+Green+Blue) = 101+63+63=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #653F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F3F is #9AC0C0. Grayscale: #4A4A4A. Windows color (decimal): -10141889 or 4144997. OLE color: 4144997.
HSL color Cylindrical-coordinate representation of color #653F3F: hue angle of 0º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F3F is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 63 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.60 |
| HSL | 0º | 0.23% | 0.32% | - |
| HSV(B) | 0º | 0.38% | 0.4% | - |
| XYZ | 8.04 | 6.68 | 5.57 | - |
| YUV | 74.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 63 | 0 | 0.38 | 0.38 | 0.60 | 0 | 0.23 | 0.32 |
| Hex | 65 | 3F | 3F | 0 | 26 | 26 | 3C | 0 | 17 | 20 |
| Octal | 145 | 77 | 77 | 0 | 46 | 46 | 74 | 0 | 27 | 40 |
| Binary | 1100101 | 111111 | 111111 | 0 | 100110 | 100110 | 111100 | 0 | 10111 | 100000 |
Color Harmonies of #653F3F
Complementary color
Monochromatic Colors of #653F3F
Black with #653F3F
Text Example
Text Example
White with #653F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F3F; }
p { color: rgb(101,63,63); }
H1.HeaderClassName
{
color: #653F3F;
}
.AnyTagClassName
{
color: #653F3F;
}
</style>
background-color css
<style>
a { background-color: #653F3F; }
a { background-color: rgb(101,63,63); }
div.DivClassName
{
background-color: #653F3F;
}
.BgClassName
{
background-color: #653F3F;
}
</style>
border-color css
<style>
span { border-color: #653F3F; }
span { border-color: rgb(101,63,63); }
td.TdClassName
{
border-color: #653F3F;
}
.TagClassName
{
border-color: #653F3F;
}
</style>