Shades of Sanguine Brown #663A37
Tints of Sanguine Brown #663A37
RGB
CMYK
RGB Variations
Color information
#663A37 (or 0x663A37) is known color: Sanguine Brown. HEX triplet: 66, 3A and 37. RGB value is (102,58,55). Sum of RGB (Red+Green+Blue) = 102+58+55=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #663A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A37 is #99C5C8. Grayscale: #464646. Windows color (decimal): -10077641 or 3619430. OLE color: 3619430.
HSL color Cylindrical-coordinate representation of color #663A37: hue angle of 3.83º 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 #663A37 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 55 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.6 |
| HSL | 3.83º | 0.3% | 0.31% | - |
| HSV(B) | 3.83º | 0.46% | 0.4% | - |
| XYZ | 7.68 | 6.13 | 4.39 | - |
| YUV | 70.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 55 | 0 | 0.43 | 0.46 | 0.6 | 3.83 | 0.3 | 0.31 |
| Hex | 66 | 3A | 37 | 0 | 2B | 2E | 3C | 4 | 1E | 1F |
| Octal | 146 | 72 | 67 | 0 | 53 | 56 | 74 | 4 | 36 | 37 |
| Binary | 1100110 | 111010 | 110111 | 0 | 101011 | 101110 | 111100 | 100 | 11110 | 11111 |
Color Harmonies of #663A37
Complementary color
Monochromatic Colors of #663A37
Black with #663A37
Text Example
Text Example
White with #663A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A37; }
p { color: rgb(102,58,55); }
H1.HeaderClassName
{
color: #663A37;
}
.AnyTagClassName
{
color: #663A37;
}
</style>
background-color css
<style>
a { background-color: #663A37; }
a { background-color: rgb(102,58,55); }
div.DivClassName
{
background-color: #663A37;
}
.BgClassName
{
background-color: #663A37;
}
</style>
border-color css
<style>
span { border-color: #663A37; }
span { border-color: rgb(102,58,55); }
td.TdClassName
{
border-color: #663A37;
}
.TagClassName
{
border-color: #663A37;
}
</style>