Shades of Sanguine Brown #653E3E
Tints of Sanguine Brown #653E3E
RGB
CMYK
RGB Variations
Color information
#653E3E (or 0x653E3E) is known color: Sanguine Brown. HEX triplet: 65, 3E and 3E. RGB value is (101,62,62). Sum of RGB (Red+Green+Blue) = 101+62+62=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #653E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E3E is #9AC1C1. Grayscale: #494949. Windows color (decimal): -10142146 or 4079205. OLE color: 4079205.
HSL color Cylindrical-coordinate representation of color #653E3E: hue angle of 0º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #653E3E is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 62 | 62 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.60 |
| HSL | 0º | 0.24% | 0.32% | - |
| HSV(B) | 0º | 0.39% | 0.4% | - |
| XYZ | 7.96 | 6.56 | 5.4 | - |
| YUV | 73.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 62 | 0 | 0.39 | 0.39 | 0.60 | 0 | 0.24 | 0.32 |
| Hex | 65 | 3E | 3E | 0 | 27 | 27 | 3C | 0 | 18 | 20 |
| Octal | 145 | 76 | 76 | 0 | 47 | 47 | 74 | 0 | 30 | 40 |
| Binary | 1100101 | 111110 | 111110 | 0 | 100111 | 100111 | 111100 | 0 | 11000 | 100000 |
Color Harmonies of #653E3E
Complementary color
Monochromatic Colors of #653E3E
Black with #653E3E
Text Example
Text Example
White with #653E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E3E; }
p { color: rgb(101,62,62); }
H1.HeaderClassName
{
color: #653E3E;
}
.AnyTagClassName
{
color: #653E3E;
}
</style>
background-color css
<style>
a { background-color: #653E3E; }
a { background-color: rgb(101,62,62); }
div.DivClassName
{
background-color: #653E3E;
}
.BgClassName
{
background-color: #653E3E;
}
</style>
border-color css
<style>
span { border-color: #653E3E; }
span { border-color: rgb(101,62,62); }
td.TdClassName
{
border-color: #653E3E;
}
.TagClassName
{
border-color: #653E3E;
}
</style>