Shades of Dark Brown #683F16
Tints of Dark Brown #683F16
RGB
CMYK
RGB Variations
Color information
#683F16 (or 0x683F16) is known color: Dark Brown. HEX triplet: 68, 3F and 16. RGB value is (104,63,22). Sum of RGB (Red+Green+Blue) = 104+63+22=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #683F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F16 is #97C0E9. Grayscale: #464646. Windows color (decimal): -9945322 or 1458024. OLE color: 1458024.
HSL color Cylindrical-coordinate representation of color #683F16: hue angle of 30º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #683F16 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 22 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.59 |
| HSL | 30º | 0.65% | 0.25% | - |
| HSV(B) | 30º | 0.79% | 0.41% | - |
| XYZ | 7.63 | 6.56 | 1.62 | - |
| YUV | 70.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 22 | 0 | 0.39 | 0.79 | 0.59 | 30 | 0.65 | 0.25 |
| Hex | 68 | 3F | 16 | 0 | 27 | 4F | 3B | 1E | 41 | 19 |
| Octal | 150 | 77 | 26 | 0 | 47 | 117 | 73 | 36 | 101 | 31 |
| Binary | 1101000 | 111111 | 10110 | 0 | 100111 | 1001111 | 111011 | 11110 | 1000001 | 11001 |
Color Harmonies of #683F16
Complementary color
Monochromatic Colors of #683F16
Black with #683F16
Text Example
Text Example
White with #683F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F16; }
p { color: rgb(104,63,22); }
H1.HeaderClassName
{
color: #683F16;
}
.AnyTagClassName
{
color: #683F16;
}
</style>
background-color css
<style>
a { background-color: #683F16; }
a { background-color: rgb(104,63,22); }
div.DivClassName
{
background-color: #683F16;
}
.BgClassName
{
background-color: #683F16;
}
</style>
border-color css
<style>
span { border-color: #683F16; }
span { border-color: rgb(104,63,22); }
td.TdClassName
{
border-color: #683F16;
}
.TagClassName
{
border-color: #683F16;
}
</style>