Shades of Sanguine Brown #663E3B
Tints of Sanguine Brown #663E3B
RGB
CMYK
RGB Variations
Color information
#663E3B (or 0x663E3B) is known color: Sanguine Brown. HEX triplet: 66, 3E and 3B. RGB value is (102,62,59). Sum of RGB (Red+Green+Blue) = 102+62+59=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E3B is #99C1C4. Grayscale: #494949. Windows color (decimal): -10076613 or 3882598. OLE color: 3882598.
HSL color Cylindrical-coordinate representation of color #663E3B: hue angle of 4.19º 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 #663E3B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 59 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.6 |
| HSL | 4.19º | 0.27% | 0.32% | - |
| HSV(B) | 4.19º | 0.42% | 0.4% | - |
| XYZ | 7.99 | 6.59 | 4.99 | - |
| YUV | 73.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 59 | 0 | 0.39 | 0.42 | 0.6 | 4.19 | 0.27 | 0.32 |
| Hex | 66 | 3E | 3B | 0 | 27 | 2A | 3C | 4 | 1B | 20 |
| Octal | 146 | 76 | 73 | 0 | 47 | 52 | 74 | 4 | 33 | 40 |
| Binary | 1100110 | 111110 | 111011 | 0 | 100111 | 101010 | 111100 | 100 | 11011 | 100000 |
Color Harmonies of #663E3B
Complementary color
Monochromatic Colors of #663E3B
Black with #663E3B
Text Example
Text Example
White with #663E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E3B; }
p { color: rgb(102,62,59); }
H1.HeaderClassName
{
color: #663E3B;
}
.AnyTagClassName
{
color: #663E3B;
}
</style>
background-color css
<style>
a { background-color: #663E3B; }
a { background-color: rgb(102,62,59); }
div.DivClassName
{
background-color: #663E3B;
}
.BgClassName
{
background-color: #663E3B;
}
</style>
border-color css
<style>
span { border-color: #663E3B; }
span { border-color: rgb(102,62,59); }
td.TdClassName
{
border-color: #663E3B;
}
.TagClassName
{
border-color: #663E3B;
}
</style>