Shades of Sanguine Brown #663E3C
Tints of Sanguine Brown #663E3C
RGB
CMYK
RGB Variations
Color information
#663E3C (or 0x663E3C) is known color: Sanguine Brown. HEX triplet: 66, 3E and 3C. RGB value is (102,62,60). Sum of RGB (Red+Green+Blue) = 102+62+60=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E3C is #99C1C3. Grayscale: #494949. Windows color (decimal): -10076612 or 3948134. OLE color: 3948134.
HSL color Cylindrical-coordinate representation of color #663E3C: hue angle of 2.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663E3C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 60 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.6 |
| HSL | 2.86º | 0.26% | 0.32% | - |
| HSV(B) | 2.86º | 0.41% | 0.4% | - |
| XYZ | 8.02 | 6.6 | 5.13 | - |
| YUV | 73.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 60 | 0 | 0.39 | 0.41 | 0.6 | 2.86 | 0.26 | 0.32 |
| Hex | 66 | 3E | 3C | 0 | 27 | 29 | 3C | 3 | 1A | 20 |
| Octal | 146 | 76 | 74 | 0 | 47 | 51 | 74 | 3 | 32 | 40 |
| Binary | 1100110 | 111110 | 111100 | 0 | 100111 | 101001 | 111100 | 11 | 11010 | 100000 |
Color Harmonies of #663E3C
Complementary color
Monochromatic Colors of #663E3C
Black with #663E3C
Text Example
Text Example
White with #663E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E3C; }
p { color: rgb(102,62,60); }
H1.HeaderClassName
{
color: #663E3C;
}
.AnyTagClassName
{
color: #663E3C;
}
</style>
background-color css
<style>
a { background-color: #663E3C; }
a { background-color: rgb(102,62,60); }
div.DivClassName
{
background-color: #663E3C;
}
.BgClassName
{
background-color: #663E3C;
}
</style>
border-color css
<style>
span { border-color: #663E3C; }
span { border-color: rgb(102,62,60); }
td.TdClassName
{
border-color: #663E3C;
}
.TagClassName
{
border-color: #663E3C;
}
</style>