Shades of Sanguine Brown #663D3A
Tints of Sanguine Brown #663D3A
RGB
CMYK
RGB Variations
Color information
#663D3A (or 0x663D3A) is known color: Sanguine Brown. HEX triplet: 66, 3D and 3A. RGB value is (102,61,58). Sum of RGB (Red+Green+Blue) = 102+61+58=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3A is #99C2C5. Grayscale: #484848. Windows color (decimal): -10076870 or 3816806. OLE color: 3816806.
HSL color Cylindrical-coordinate representation of color #663D3A: hue angle of 4.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #663D3A is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 58 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.6 |
| HSL | 4.09º | 0.28% | 0.31% | - |
| HSV(B) | 4.09º | 0.43% | 0.4% | - |
| XYZ | 7.91 | 6.47 | 4.83 | - |
| YUV | 72.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 58 | 0 | 0.40 | 0.43 | 0.6 | 4.09 | 0.28 | 0.31 |
| Hex | 66 | 3D | 3A | 0 | 28 | 2B | 3C | 4 | 1C | 1F |
| Octal | 146 | 75 | 72 | 0 | 50 | 53 | 74 | 4 | 34 | 37 |
| Binary | 1100110 | 111101 | 111010 | 0 | 101000 | 101011 | 111100 | 100 | 11100 | 11111 |
Color Harmonies of #663D3A
Complementary color
Monochromatic Colors of #663D3A
Black with #663D3A
Text Example
Text Example
White with #663D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D3A; }
p { color: rgb(102,61,58); }
H1.HeaderClassName
{
color: #663D3A;
}
.AnyTagClassName
{
color: #663D3A;
}
</style>
background-color css
<style>
a { background-color: #663D3A; }
a { background-color: rgb(102,61,58); }
div.DivClassName
{
background-color: #663D3A;
}
.BgClassName
{
background-color: #663D3A;
}
</style>
border-color css
<style>
span { border-color: #663D3A; }
span { border-color: rgb(102,61,58); }
td.TdClassName
{
border-color: #663D3A;
}
.TagClassName
{
border-color: #663D3A;
}
</style>