Shades of Sanguine Brown #683C38
Tints of Sanguine Brown #683C38
RGB
CMYK
RGB Variations
Color information
#683C38 (or 0x683C38) is known color: Sanguine Brown. HEX triplet: 68, 3C and 38. RGB value is (104,60,56). Sum of RGB (Red+Green+Blue) = 104+60+56=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #683C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C38 is #97C3C7. Grayscale: #484848. Windows color (decimal): -9946056 or 3685480. OLE color: 3685480.
HSL color Cylindrical-coordinate representation of color #683C38: hue angle of 5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #683C38 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 56 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.59 |
| HSL | 5º | 0.3% | 0.31% | - |
| HSV(B) | 5º | 0.46% | 0.41% | - |
| XYZ | 8.04 | 6.46 | 4.56 | - |
| YUV | 72.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 56 | 0 | 0.42 | 0.46 | 0.59 | 5 | 0.3 | 0.31 |
| Hex | 68 | 3C | 38 | 0 | 2A | 2E | 3B | 5 | 1E | 1F |
| Octal | 150 | 74 | 70 | 0 | 52 | 56 | 73 | 5 | 36 | 37 |
| Binary | 1101000 | 111100 | 111000 | 0 | 101010 | 101110 | 111011 | 101 | 11110 | 11111 |
Color Harmonies of #683C38
Complementary color
Monochromatic Colors of #683C38
Black with #683C38
Text Example
Text Example
White with #683C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C38; }
p { color: rgb(104,60,56); }
H1.HeaderClassName
{
color: #683C38;
}
.AnyTagClassName
{
color: #683C38;
}
</style>
background-color css
<style>
a { background-color: #683C38; }
a { background-color: rgb(104,60,56); }
div.DivClassName
{
background-color: #683C38;
}
.BgClassName
{
background-color: #683C38;
}
</style>
border-color css
<style>
span { border-color: #683C38; }
span { border-color: rgb(104,60,56); }
td.TdClassName
{
border-color: #683C38;
}
.TagClassName
{
border-color: #683C38;
}
</style>