Shades of Sanguine Brown #66403F
Tints of Sanguine Brown #66403F
RGB
CMYK
RGB Variations
Color information
#66403F (or 0x66403F) is known color: Sanguine Brown. HEX triplet: 66, 40 and 3F. RGB value is (102,64,63). Sum of RGB (Red+Green+Blue) = 102+64+63=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66403F is #99BFC0. Grayscale: #4B4B4B. Windows color (decimal): -10076097 or 4145254. OLE color: 4145254.
HSL color Cylindrical-coordinate representation of color #66403F: hue angle of 1.54º degrees, saturation: 0.24, 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 #66403F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 63 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.6 |
| HSL | 1.54º | 0.24% | 0.32% | - |
| HSV(B) | 1.54º | 0.38% | 0.4% | - |
| XYZ | 8.21 | 6.85 | 5.59 | - |
| YUV | 75.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 63 | 0 | 0.37 | 0.38 | 0.6 | 1.54 | 0.24 | 0.32 |
| Hex | 66 | 40 | 3F | 0 | 25 | 26 | 3C | 2 | 18 | 20 |
| Octal | 146 | 100 | 77 | 0 | 45 | 46 | 74 | 2 | 30 | 40 |
| Binary | 1100110 | 1000000 | 111111 | 0 | 100101 | 100110 | 111100 | 10 | 11000 | 100000 |
Color Harmonies of #66403F
Complementary color
Monochromatic Colors of #66403F
Black with #66403F
Text Example
Text Example
White with #66403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66403F; }
p { color: rgb(102,64,63); }
H1.HeaderClassName
{
color: #66403F;
}
.AnyTagClassName
{
color: #66403F;
}
</style>
background-color css
<style>
a { background-color: #66403F; }
a { background-color: rgb(102,64,63); }
div.DivClassName
{
background-color: #66403F;
}
.BgClassName
{
background-color: #66403F;
}
</style>
border-color css
<style>
span { border-color: #66403F; }
span { border-color: rgb(102,64,63); }
td.TdClassName
{
border-color: #66403F;
}
.TagClassName
{
border-color: #66403F;
}
</style>