Shades of Sanguine Brown #663F3F
Tints of Sanguine Brown #663F3F
RGB
CMYK
RGB Variations
Color information
#663F3F (or 0x663F3F) is known color: Sanguine Brown. HEX triplet: 66, 3F and 3F. RGB value is (102,63,63). Sum of RGB (Red+Green+Blue) = 102+63+63=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #663F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F3F is #99C0C0. Grayscale: #4A4A4A. Windows color (decimal): -10076353 or 4144998. OLE color: 4144998.
HSL color Cylindrical-coordinate representation of color #663F3F: 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.38%. Process color model (Four color, CMYK) of #663F3F is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 63 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.6 |
| HSL | 0º | 0.24% | 0.32% | - |
| HSV(B) | 0º | 0.38% | 0.4% | - |
| XYZ | 8.15 | 6.74 | 5.57 | - |
| YUV | 74.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 63 | 0 | 0.38 | 0.38 | 0.6 | 0 | 0.24 | 0.32 |
| Hex | 66 | 3F | 3F | 0 | 26 | 26 | 3C | 0 | 18 | 20 |
| Octal | 146 | 77 | 77 | 0 | 46 | 46 | 74 | 0 | 30 | 40 |
| Binary | 1100110 | 111111 | 111111 | 0 | 100110 | 100110 | 111100 | 0 | 11000 | 100000 |
Color Harmonies of #663F3F
Complementary color
Monochromatic Colors of #663F3F
Black with #663F3F
Text Example
Text Example
White with #663F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F3F; }
p { color: rgb(102,63,63); }
H1.HeaderClassName
{
color: #663F3F;
}
.AnyTagClassName
{
color: #663F3F;
}
</style>
background-color css
<style>
a { background-color: #663F3F; }
a { background-color: rgb(102,63,63); }
div.DivClassName
{
background-color: #663F3F;
}
.BgClassName
{
background-color: #663F3F;
}
</style>
border-color css
<style>
span { border-color: #663F3F; }
span { border-color: rgb(102,63,63); }
td.TdClassName
{
border-color: #663F3F;
}
.TagClassName
{
border-color: #663F3F;
}
</style>