Shades of Sanguine Brown #683D39
Tints of Sanguine Brown #683D39
RGB
CMYK
RGB Variations
Color information
#683D39 (or 0x683D39) is known color: Sanguine Brown. HEX triplet: 68, 3D and 39. RGB value is (104,61,57). Sum of RGB (Red+Green+Blue) = 104+61+57=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #683D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D39 is #97C2C6. Grayscale: #494949. Windows color (decimal): -9945799 or 3751272. OLE color: 3751272.
HSL color Cylindrical-coordinate representation of color #683D39: hue angle of 5.11º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683D39 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 57 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.59 |
| HSL | 5.11º | 0.29% | 0.32% | - |
| HSV(B) | 5.11º | 0.45% | 0.41% | - |
| XYZ | 8.12 | 6.58 | 4.71 | - |
| YUV | 73.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 57 | 0 | 0.41 | 0.45 | 0.59 | 5.11 | 0.29 | 0.32 |
| Hex | 68 | 3D | 39 | 0 | 29 | 2D | 3B | 5 | 1D | 20 |
| Octal | 150 | 75 | 71 | 0 | 51 | 55 | 73 | 5 | 35 | 40 |
| Binary | 1101000 | 111101 | 111001 | 0 | 101001 | 101101 | 111011 | 101 | 11101 | 100000 |
Color Harmonies of #683D39
Complementary color
Monochromatic Colors of #683D39
Black with #683D39
Text Example
Text Example
White with #683D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D39; }
p { color: rgb(104,61,57); }
H1.HeaderClassName
{
color: #683D39;
}
.AnyTagClassName
{
color: #683D39;
}
</style>
background-color css
<style>
a { background-color: #683D39; }
a { background-color: rgb(104,61,57); }
div.DivClassName
{
background-color: #683D39;
}
.BgClassName
{
background-color: #683D39;
}
</style>
border-color css
<style>
span { border-color: #683D39; }
span { border-color: rgb(104,61,57); }
td.TdClassName
{
border-color: #683D39;
}
.TagClassName
{
border-color: #683D39;
}
</style>