Shades of Sanguine Brown #663B3B
Tints of Sanguine Brown #663B3B
RGB
CMYK
RGB Variations
Color information
#663B3B (or 0x663B3B) is known color: Sanguine Brown. HEX triplet: 66, 3B and 3B. RGB value is (102,59,59). Sum of RGB (Red+Green+Blue) = 102+59+59=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3B is #99C4C4. Grayscale: #474747. Windows color (decimal): -10077381 or 3881830. OLE color: 3881830.
HSL color Cylindrical-coordinate representation of color #663B3B: hue angle of 0º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B3B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 59 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.6 |
| HSL | 0º | 0.27% | 0.32% | - |
| HSV(B) | 0º | 0.42% | 0.4% | - |
| XYZ | 7.83 | 6.27 | 4.93 | - |
| YUV | 71.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 59 | 0 | 0.42 | 0.42 | 0.6 | 0 | 0.27 | 0.32 |
| Hex | 66 | 3B | 3B | 0 | 2A | 2A | 3C | 0 | 1B | 20 |
| Octal | 146 | 73 | 73 | 0 | 52 | 52 | 74 | 0 | 33 | 40 |
| Binary | 1100110 | 111011 | 111011 | 0 | 101010 | 101010 | 111100 | 0 | 11011 | 100000 |
Color Harmonies of #663B3B
Complementary color
Monochromatic Colors of #663B3B
Black with #663B3B
Text Example
Text Example
White with #663B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B3B; }
p { color: rgb(102,59,59); }
H1.HeaderClassName
{
color: #663B3B;
}
.AnyTagClassName
{
color: #663B3B;
}
</style>
background-color css
<style>
a { background-color: #663B3B; }
a { background-color: rgb(102,59,59); }
div.DivClassName
{
background-color: #663B3B;
}
.BgClassName
{
background-color: #663B3B;
}
</style>
border-color css
<style>
span { border-color: #663B3B; }
span { border-color: rgb(102,59,59); }
td.TdClassName
{
border-color: #663B3B;
}
.TagClassName
{
border-color: #663B3B;
}
</style>