Shades of Sanguine Brown #653F3C
Tints of Sanguine Brown #653F3C
RGB
CMYK
RGB Variations
Color information
#653F3C (or 0x653F3C) is known color: Sanguine Brown. HEX triplet: 65, 3F and 3C. RGB value is (101,63,60). Sum of RGB (Red+Green+Blue) = 101+63+60=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #653F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F3C is #9AC0C3. Grayscale: #4A4A4A. Windows color (decimal): -10141892 or 3948389. OLE color: 3948389.
HSL color Cylindrical-coordinate representation of color #653F3C: hue angle of 4.39º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #653F3C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 60 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.60 |
| HSL | 4.39º | 0.25% | 0.32% | - |
| HSV(B) | 4.39º | 0.41% | 0.4% | - |
| XYZ | 7.96 | 6.65 | 5.14 | - |
| YUV | 74.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 60 | 0 | 0.38 | 0.41 | 0.60 | 4.39 | 0.25 | 0.32 |
| Hex | 65 | 3F | 3C | 0 | 26 | 29 | 3C | 4 | 19 | 20 |
| Octal | 145 | 77 | 74 | 0 | 46 | 51 | 74 | 4 | 31 | 40 |
| Binary | 1100101 | 111111 | 111100 | 0 | 100110 | 101001 | 111100 | 100 | 11001 | 100000 |
Color Harmonies of #653F3C
Complementary color
Monochromatic Colors of #653F3C
Black with #653F3C
Text Example
Text Example
White with #653F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F3C; }
p { color: rgb(101,63,60); }
H1.HeaderClassName
{
color: #653F3C;
}
.AnyTagClassName
{
color: #653F3C;
}
</style>
background-color css
<style>
a { background-color: #653F3C; }
a { background-color: rgb(101,63,60); }
div.DivClassName
{
background-color: #653F3C;
}
.BgClassName
{
background-color: #653F3C;
}
</style>
border-color css
<style>
span { border-color: #653F3C; }
span { border-color: rgb(101,63,60); }
td.TdClassName
{
border-color: #653F3C;
}
.TagClassName
{
border-color: #653F3C;
}
</style>