Shades of Sanguine Brown #663837
Tints of Sanguine Brown #663837
RGB
CMYK
RGB Variations
Color information
#663837 (or 0x663837) is known color: Sanguine Brown. HEX triplet: 66, 38 and 37. RGB value is (102,56,55). Sum of RGB (Red+Green+Blue) = 102+56+55=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663837 is #99C7C8. Grayscale: #454545. Windows color (decimal): -10078153 or 3618918. OLE color: 3618918.
HSL color Cylindrical-coordinate representation of color #663837: hue angle of 1.28º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663837 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 55 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.6 |
| HSL | 1.28º | 0.3% | 0.31% | - |
| HSV(B) | 1.28º | 0.46% | 0.4% | - |
| XYZ | 7.58 | 5.93 | 4.36 | - |
| YUV | 69.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 55 | 0 | 0.45 | 0.46 | 0.6 | 1.28 | 0.3 | 0.31 |
| Hex | 66 | 38 | 37 | 0 | 2D | 2E | 3C | 1 | 1E | 1F |
| Octal | 146 | 70 | 67 | 0 | 55 | 56 | 74 | 1 | 36 | 37 |
| Binary | 1100110 | 111000 | 110111 | 0 | 101101 | 101110 | 111100 | 1 | 11110 | 11111 |
Color Harmonies of #663837
Complementary color
Monochromatic Colors of #663837
Black with #663837
Text Example
Text Example
White with #663837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663837; }
p { color: rgb(102,56,55); }
H1.HeaderClassName
{
color: #663837;
}
.AnyTagClassName
{
color: #663837;
}
</style>
background-color css
<style>
a { background-color: #663837; }
a { background-color: rgb(102,56,55); }
div.DivClassName
{
background-color: #663837;
}
.BgClassName
{
background-color: #663837;
}
</style>
border-color css
<style>
span { border-color: #663837; }
span { border-color: rgb(102,56,55); }
td.TdClassName
{
border-color: #663837;
}
.TagClassName
{
border-color: #663837;
}
</style>