Shades of Dark Brown #683C14
Tints of Dark Brown #683C14
RGB
CMYK
RGB Variations
Color information
#683C14 (or 0x683C14) is known color: Dark Brown. HEX triplet: 68, 3C and 14. RGB value is (104,60,20). Sum of RGB (Red+Green+Blue) = 104+60+20=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #683C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683C14 is #97C3EB. Grayscale: #444444. Windows color (decimal): -9946092 or 1326184. OLE color: 1326184.
HSL color Cylindrical-coordinate representation of color #683C14: hue angle of 28.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #683C14 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 20 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.59 |
| HSL | 28.57º | 0.68% | 0.24% | - |
| HSV(B) | 28.57º | 0.81% | 0.41% | - |
| XYZ | 7.45 | 6.23 | 1.47 | - |
| YUV | 68.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 20 | 0 | 0.42 | 0.81 | 0.59 | 28.57 | 0.68 | 0.24 |
| Hex | 68 | 3C | 14 | 0 | 2A | 51 | 3B | 1D | 44 | 18 |
| Octal | 150 | 74 | 24 | 0 | 52 | 121 | 73 | 35 | 104 | 30 |
| Binary | 1101000 | 111100 | 10100 | 0 | 101010 | 1010001 | 111011 | 11101 | 1000100 | 11000 |
Color Harmonies of #683C14
Complementary color
Monochromatic Colors of #683C14
Black with #683C14
Text Example
Text Example
White with #683C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C14; }
p { color: rgb(104,60,20); }
H1.HeaderClassName
{
color: #683C14;
}
.AnyTagClassName
{
color: #683C14;
}
</style>
background-color css
<style>
a { background-color: #683C14; }
a { background-color: rgb(104,60,20); }
div.DivClassName
{
background-color: #683C14;
}
.BgClassName
{
background-color: #683C14;
}
</style>
border-color css
<style>
span { border-color: #683C14; }
span { border-color: rgb(104,60,20); }
td.TdClassName
{
border-color: #683C14;
}
.TagClassName
{
border-color: #683C14;
}
</style>