Shades of Sanguine Brown #663D3C
Tints of Sanguine Brown #663D3C
RGB
CMYK
RGB Variations
Color information
#663D3C (or 0x663D3C) is known color: Sanguine Brown. HEX triplet: 66, 3D and 3C. RGB value is (102,61,60). Sum of RGB (Red+Green+Blue) = 102+61+60=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3C is #99C2C3. Grayscale: #494949. Windows color (decimal): -10076868 or 3947878. OLE color: 3947878.
HSL color Cylindrical-coordinate representation of color #663D3C: hue angle of 1.43º 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 #663D3C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 60 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.6 |
| HSL | 1.43º | 0.26% | 0.32% | - |
| HSV(B) | 1.43º | 0.41% | 0.4% | - |
| XYZ | 7.96 | 6.49 | 5.11 | - |
| YUV | 73.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 60 | 0 | 0.40 | 0.41 | 0.6 | 1.43 | 0.26 | 0.32 |
| Hex | 66 | 3D | 3C | 0 | 28 | 29 | 3C | 1 | 1A | 20 |
| Octal | 146 | 75 | 74 | 0 | 50 | 51 | 74 | 1 | 32 | 40 |
| Binary | 1100110 | 111101 | 111100 | 0 | 101000 | 101001 | 111100 | 1 | 11010 | 100000 |
Color Harmonies of #663D3C
Complementary color
Monochromatic Colors of #663D3C
Black with #663D3C
Text Example
Text Example
White with #663D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D3C; }
p { color: rgb(102,61,60); }
H1.HeaderClassName
{
color: #663D3C;
}
.AnyTagClassName
{
color: #663D3C;
}
</style>
background-color css
<style>
a { background-color: #663D3C; }
a { background-color: rgb(102,61,60); }
div.DivClassName
{
background-color: #663D3C;
}
.BgClassName
{
background-color: #663D3C;
}
</style>
border-color css
<style>
span { border-color: #663D3C; }
span { border-color: rgb(102,61,60); }
td.TdClassName
{
border-color: #663D3C;
}
.TagClassName
{
border-color: #663D3C;
}
</style>