Shades of Sanguine Brown #663935
Tints of Sanguine Brown #663935
RGB
CMYK
RGB Variations
Color information
#663935 (or 0x663935) is known color: Sanguine Brown. HEX triplet: 66, 39 and 35. RGB value is (102,57,53). Sum of RGB (Red+Green+Blue) = 102+57+53=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663935 is #99C6CA. Grayscale: #464646. Windows color (decimal): -10077899 or 3488102. OLE color: 3488102.
HSL color Cylindrical-coordinate representation of color #663935: hue angle of 4.9º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663935 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 53 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.6 |
| HSL | 4.9º | 0.32% | 0.3% | - |
| HSV(B) | 4.9º | 0.48% | 0.4% | - |
| XYZ | 7.59 | 6.01 | 4.13 | - |
| YUV | 70 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 53 | 0 | 0.44 | 0.48 | 0.6 | 4.9 | 0.32 | 0.3 |
| Hex | 66 | 39 | 35 | 0 | 2C | 30 | 3C | 5 | 20 | 1E |
| Octal | 146 | 71 | 65 | 0 | 54 | 60 | 74 | 5 | 40 | 36 |
| Binary | 1100110 | 111001 | 110101 | 0 | 101100 | 110000 | 111100 | 101 | 100000 | 11110 |
Color Harmonies of #663935
Complementary color
Monochromatic Colors of #663935
Black with #663935
Text Example
Text Example
White with #663935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663935; }
p { color: rgb(102,57,53); }
H1.HeaderClassName
{
color: #663935;
}
.AnyTagClassName
{
color: #663935;
}
</style>
background-color css
<style>
a { background-color: #663935; }
a { background-color: rgb(102,57,53); }
div.DivClassName
{
background-color: #663935;
}
.BgClassName
{
background-color: #663935;
}
</style>
border-color css
<style>
span { border-color: #663935; }
span { border-color: rgb(102,57,53); }
td.TdClassName
{
border-color: #663935;
}
.TagClassName
{
border-color: #663935;
}
</style>