Shades of Dark Brown #683F18
Tints of Dark Brown #683F18
RGB
CMYK
RGB Variations
Color information
#683F18 (or 0x683F18) is known color: Dark Brown. HEX triplet: 68, 3F and 18. RGB value is (104,63,24). Sum of RGB (Red+Green+Blue) = 104+63+24=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #683F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F18 is #97C0E7. Grayscale: #474747. Windows color (decimal): -9945320 or 1589096. OLE color: 1589096.
HSL color Cylindrical-coordinate representation of color #683F18: hue angle of 29.25º 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 #683F18 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 24 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.59 |
| HSL | 29.25º | 0.63% | 0.25% | - |
| HSV(B) | 29.25º | 0.77% | 0.41% | - |
| XYZ | 7.65 | 6.56 | 1.73 | - |
| YUV | 70.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 24 | 0 | 0.39 | 0.77 | 0.59 | 29.25 | 0.63 | 0.25 |
| Hex | 68 | 3F | 18 | 0 | 27 | 4D | 3B | 1D | 3E | 19 |
| Octal | 150 | 77 | 30 | 0 | 47 | 115 | 73 | 35 | 76 | 31 |
| Binary | 1101000 | 111111 | 11000 | 0 | 100111 | 1001101 | 111011 | 11101 | 111110 | 11001 |
Color Harmonies of #683F18
Complementary color
Monochromatic Colors of #683F18
Black with #683F18
Text Example
Text Example
White with #683F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F18; }
p { color: rgb(104,63,24); }
H1.HeaderClassName
{
color: #683F18;
}
.AnyTagClassName
{
color: #683F18;
}
</style>
background-color css
<style>
a { background-color: #683F18; }
a { background-color: rgb(104,63,24); }
div.DivClassName
{
background-color: #683F18;
}
.BgClassName
{
background-color: #683F18;
}
</style>
border-color css
<style>
span { border-color: #683F18; }
span { border-color: rgb(104,63,24); }
td.TdClassName
{
border-color: #683F18;
}
.TagClassName
{
border-color: #683F18;
}
</style>