Shades of Sanguine Brown #683838
Tints of Sanguine Brown #683838
RGB
CMYK
RGB Variations
Color information
#683838 (or 0x683838) is known color: Sanguine Brown. HEX triplet: 68, 38 and 38. RGB value is (104,56,56). Sum of RGB (Red+Green+Blue) = 104+56+56=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #683838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683838 is #97C7C7. Grayscale: #464646. Windows color (decimal): -9947080 or 3684456. OLE color: 3684456.
HSL color Cylindrical-coordinate representation of color #683838: hue angle of 0º 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 #683838 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 56 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.59 |
| HSL | 0º | 0.3% | 0.31% | - |
| HSV(B) | 0º | 0.46% | 0.41% | - |
| XYZ | 7.84 | 6.06 | 4.5 | - |
| YUV | 70.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 56 | 0 | 0.46 | 0.46 | 0.59 | 0 | 0.3 | 0.31 |
| Hex | 68 | 38 | 38 | 0 | 2E | 2E | 3B | 0 | 1E | 1F |
| Octal | 150 | 70 | 70 | 0 | 56 | 56 | 73 | 0 | 36 | 37 |
| Binary | 1101000 | 111000 | 111000 | 0 | 101110 | 101110 | 111011 | 0 | 11110 | 11111 |
Color Harmonies of #683838
Complementary color
Monochromatic Colors of #683838
Black with #683838
Text Example
Text Example
White with #683838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683838; }
p { color: rgb(104,56,56); }
H1.HeaderClassName
{
color: #683838;
}
.AnyTagClassName
{
color: #683838;
}
</style>
background-color css
<style>
a { background-color: #683838; }
a { background-color: rgb(104,56,56); }
div.DivClassName
{
background-color: #683838;
}
.BgClassName
{
background-color: #683838;
}
</style>
border-color css
<style>
span { border-color: #683838; }
span { border-color: rgb(104,56,56); }
td.TdClassName
{
border-color: #683838;
}
.TagClassName
{
border-color: #683838;
}
</style>