Shades of Sanguine Brown #66413E
Tints of Sanguine Brown #66413E
RGB
CMYK
RGB Variations
Color information
#66413E (or 0x66413E) is known color: Sanguine Brown. HEX triplet: 66, 41 and 3E. RGB value is (102,65,62). Sum of RGB (Red+Green+Blue) = 102+65+62=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66413E is #99BEC1. Grayscale: #4B4B4B. Windows color (decimal): -10075842 or 4079974. OLE color: 4079974.
HSL color Cylindrical-coordinate representation of color #66413E: hue angle of 4.5º 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 #66413E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 62 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.6 |
| HSL | 4.5º | 0.24% | 0.32% | - |
| HSV(B) | 4.5º | 0.39% | 0.4% | - |
| XYZ | 8.24 | 6.95 | 5.47 | - |
| YUV | 75.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 62 | 0 | 0.36 | 0.39 | 0.6 | 4.5 | 0.24 | 0.32 |
| Hex | 66 | 41 | 3E | 0 | 24 | 27 | 3C | 4 | 18 | 20 |
| Octal | 146 | 101 | 76 | 0 | 44 | 47 | 74 | 4 | 30 | 40 |
| Binary | 1100110 | 1000001 | 111110 | 0 | 100100 | 100111 | 111100 | 100 | 11000 | 100000 |
Color Harmonies of #66413E
Complementary color
Monochromatic Colors of #66413E
Black with #66413E
Text Example
Text Example
White with #66413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66413E; }
p { color: rgb(102,65,62); }
H1.HeaderClassName
{
color: #66413E;
}
.AnyTagClassName
{
color: #66413E;
}
</style>
background-color css
<style>
a { background-color: #66413E; }
a { background-color: rgb(102,65,62); }
div.DivClassName
{
background-color: #66413E;
}
.BgClassName
{
background-color: #66413E;
}
</style>
border-color css
<style>
span { border-color: #66413E; }
span { border-color: rgb(102,65,62); }
td.TdClassName
{
border-color: #66413E;
}
.TagClassName
{
border-color: #66413E;
}
</style>