Shades of Dark Brown #683E18
Tints of Dark Brown #683E18
RGB
CMYK
RGB Variations
Color information
#683E18 (or 0x683E18) is known color: Dark Brown. HEX triplet: 68, 3E and 18. RGB value is (104,62,24). Sum of RGB (Red+Green+Blue) = 104+62+24=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #683E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683E18 is #97C1E7. Grayscale: #464646. Windows color (decimal): -9945576 or 1588840. OLE color: 1588840.
HSL color Cylindrical-coordinate representation of color #683E18: hue angle of 28.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #683E18 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 24 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.59 |
| HSL | 28.5º | 0.63% | 0.25% | - |
| HSV(B) | 28.5º | 0.77% | 0.41% | - |
| XYZ | 7.6 | 6.45 | 1.71 | - |
| YUV | 70.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 24 | 0 | 0.40 | 0.77 | 0.59 | 28.5 | 0.63 | 0.25 |
| Hex | 68 | 3E | 18 | 0 | 28 | 4D | 3B | 1C | 3E | 19 |
| Octal | 150 | 76 | 30 | 0 | 50 | 115 | 73 | 34 | 76 | 31 |
| Binary | 1101000 | 111110 | 11000 | 0 | 101000 | 1001101 | 111011 | 11100 | 111110 | 11001 |
Color Harmonies of #683E18
Complementary color
Monochromatic Colors of #683E18
Black with #683E18
Text Example
Text Example
White with #683E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E18; }
p { color: rgb(104,62,24); }
H1.HeaderClassName
{
color: #683E18;
}
.AnyTagClassName
{
color: #683E18;
}
</style>
background-color css
<style>
a { background-color: #683E18; }
a { background-color: rgb(104,62,24); }
div.DivClassName
{
background-color: #683E18;
}
.BgClassName
{
background-color: #683E18;
}
</style>
border-color css
<style>
span { border-color: #683E18; }
span { border-color: rgb(104,62,24); }
td.TdClassName
{
border-color: #683E18;
}
.TagClassName
{
border-color: #683E18;
}
</style>