Shades of Dark Brown #683D17
Tints of Dark Brown #683D17
RGB
CMYK
RGB Variations
Color information
#683D17 (or 0x683D17) is known color: Dark Brown. HEX triplet: 68, 3D and 17. RGB value is (104,61,23). Sum of RGB (Red+Green+Blue) = 104+61+23=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #683D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D17 is #97C2E8. Grayscale: #454545. Windows color (decimal): -9945833 or 1523048. OLE color: 1523048.
HSL color Cylindrical-coordinate representation of color #683D17: hue angle of 28.15º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #683D17 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 23 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.59 |
| HSL | 28.15º | 0.64% | 0.25% | - |
| HSV(B) | 28.15º | 0.78% | 0.41% | - |
| XYZ | 7.53 | 6.34 | 1.64 | - |
| YUV | 69.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 23 | 0 | 0.41 | 0.78 | 0.59 | 28.15 | 0.64 | 0.25 |
| Hex | 68 | 3D | 17 | 0 | 29 | 4E | 3B | 1C | 40 | 19 |
| Octal | 150 | 75 | 27 | 0 | 51 | 116 | 73 | 34 | 100 | 31 |
| Binary | 1101000 | 111101 | 10111 | 0 | 101001 | 1001110 | 111011 | 11100 | 1000000 | 11001 |
Color Harmonies of #683D17
Complementary color
Monochromatic Colors of #683D17
Black with #683D17
Text Example
Text Example
White with #683D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D17; }
p { color: rgb(104,61,23); }
H1.HeaderClassName
{
color: #683D17;
}
.AnyTagClassName
{
color: #683D17;
}
</style>
background-color css
<style>
a { background-color: #683D17; }
a { background-color: rgb(104,61,23); }
div.DivClassName
{
background-color: #683D17;
}
.BgClassName
{
background-color: #683D17;
}
</style>
border-color css
<style>
span { border-color: #683D17; }
span { border-color: rgb(104,61,23); }
td.TdClassName
{
border-color: #683D17;
}
.TagClassName
{
border-color: #683D17;
}
</style>