Shades of Dark Brown #683F1F
Tints of Dark Brown #683F1F
RGB
CMYK
RGB Variations
Color information
#683F1F (or 0x683F1F) is known color: Dark Brown. HEX triplet: 68, 3F and 1F. RGB value is (104,63,31). Sum of RGB (Red+Green+Blue) = 104+63+31=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #683F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F1F is #97C0E0. Grayscale: #474747. Windows color (decimal): -9945313 or 2047848. OLE color: 2047848.
HSL color Cylindrical-coordinate representation of color #683F1F: hue angle of 26.3º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683F1F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 31 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.59 |
| HSL | 26.3º | 0.54% | 0.26% | - |
| HSV(B) | 26.3º | 0.7% | 0.41% | - |
| XYZ | 7.73 | 6.6 | 2.16 | - |
| YUV | 71.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 31 | 0 | 0.39 | 0.70 | 0.59 | 26.3 | 0.54 | 0.26 |
| Hex | 68 | 3F | 1F | 0 | 27 | 46 | 3B | 1A | 36 | 1A |
| Octal | 150 | 77 | 37 | 0 | 47 | 106 | 73 | 32 | 66 | 32 |
| Binary | 1101000 | 111111 | 11111 | 0 | 100111 | 1000110 | 111011 | 11010 | 110110 | 11010 |
Color Harmonies of #683F1F
Complementary color
Monochromatic Colors of #683F1F
Black with #683F1F
Text Example
Text Example
White with #683F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F1F; }
p { color: rgb(104,63,31); }
H1.HeaderClassName
{
color: #683F1F;
}
.AnyTagClassName
{
color: #683F1F;
}
</style>
background-color css
<style>
a { background-color: #683F1F; }
a { background-color: rgb(104,63,31); }
div.DivClassName
{
background-color: #683F1F;
}
.BgClassName
{
background-color: #683F1F;
}
</style>
border-color css
<style>
span { border-color: #683F1F; }
span { border-color: rgb(104,63,31); }
td.TdClassName
{
border-color: #683F1F;
}
.TagClassName
{
border-color: #683F1F;
}
</style>