Shades of Sanguine Brown #683C3B
Tints of Sanguine Brown #683C3B
RGB
CMYK
RGB Variations
Color information
#683C3B (or 0x683C3B) is known color: Sanguine Brown. HEX triplet: 68, 3C and 3B. RGB value is (104,60,59). Sum of RGB (Red+Green+Blue) = 104+60+59=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #683C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C3B is #97C3C4. Grayscale: #494949. Windows color (decimal): -9946053 or 3882088. OLE color: 3882088.
HSL color Cylindrical-coordinate representation of color #683C3B: hue angle of 1.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #683C3B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 59 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.59 |
| HSL | 1.33º | 0.28% | 0.32% | - |
| HSV(B) | 1.33º | 0.43% | 0.41% | - |
| XYZ | 8.11 | 6.49 | 4.96 | - |
| YUV | 73.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 59 | 0 | 0.42 | 0.43 | 0.59 | 1.33 | 0.28 | 0.32 |
| Hex | 68 | 3C | 3B | 0 | 2A | 2B | 3B | 1 | 1C | 20 |
| Octal | 150 | 74 | 73 | 0 | 52 | 53 | 73 | 1 | 34 | 40 |
| Binary | 1101000 | 111100 | 111011 | 0 | 101010 | 101011 | 111011 | 1 | 11100 | 100000 |
Color Harmonies of #683C3B
Complementary color
Monochromatic Colors of #683C3B
Black with #683C3B
Text Example
Text Example
White with #683C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C3B; }
p { color: rgb(104,60,59); }
H1.HeaderClassName
{
color: #683C3B;
}
.AnyTagClassName
{
color: #683C3B;
}
</style>
background-color css
<style>
a { background-color: #683C3B; }
a { background-color: rgb(104,60,59); }
div.DivClassName
{
background-color: #683C3B;
}
.BgClassName
{
background-color: #683C3B;
}
</style>
border-color css
<style>
span { border-color: #683C3B; }
span { border-color: rgb(104,60,59); }
td.TdClassName
{
border-color: #683C3B;
}
.TagClassName
{
border-color: #683C3B;
}
</style>