Shades of Sanguine Brown #663E3D
Tints of Sanguine Brown #663E3D
RGB
CMYK
RGB Variations
Color information
#663E3D (or 0x663E3D) is known color: Sanguine Brown. HEX triplet: 66, 3E and 3D. RGB value is (102,62,61). Sum of RGB (Red+Green+Blue) = 102+62+61=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E3D is #99C1C2. Grayscale: #494949. Windows color (decimal): -10076611 or 4013670. OLE color: 4013670.
HSL color Cylindrical-coordinate representation of color #663E3D: hue angle of 1.46º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663E3D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 61 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.6 |
| HSL | 1.46º | 0.25% | 0.32% | - |
| HSV(B) | 1.46º | 0.4% | 0.4% | - |
| XYZ | 8.04 | 6.61 | 5.27 | - |
| YUV | 73.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 61 | 0 | 0.39 | 0.40 | 0.6 | 1.46 | 0.25 | 0.32 |
| Hex | 66 | 3E | 3D | 0 | 27 | 28 | 3C | 1 | 19 | 20 |
| Octal | 146 | 76 | 75 | 0 | 47 | 50 | 74 | 1 | 31 | 40 |
| Binary | 1100110 | 111110 | 111101 | 0 | 100111 | 101000 | 111100 | 1 | 11001 | 100000 |
Color Harmonies of #663E3D
Complementary color
Monochromatic Colors of #663E3D
Black with #663E3D
Text Example
Text Example
White with #663E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E3D; }
p { color: rgb(102,62,61); }
H1.HeaderClassName
{
color: #663E3D;
}
.AnyTagClassName
{
color: #663E3D;
}
</style>
background-color css
<style>
a { background-color: #663E3D; }
a { background-color: rgb(102,62,61); }
div.DivClassName
{
background-color: #663E3D;
}
.BgClassName
{
background-color: #663E3D;
}
</style>
border-color css
<style>
span { border-color: #663E3D; }
span { border-color: rgb(102,62,61); }
td.TdClassName
{
border-color: #663E3D;
}
.TagClassName
{
border-color: #663E3D;
}
</style>