Shades of Dark Brown #683D18
Tints of Dark Brown #683D18
RGB
CMYK
RGB Variations
Color information
#683D18 (or 0x683D18) is known color: Dark Brown. HEX triplet: 68, 3D and 18. RGB value is (104,61,24). Sum of RGB (Red+Green+Blue) = 104+61+24=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #683D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D18 is #97C2E7. Grayscale: #454545. Windows color (decimal): -9945832 or 1588584. OLE color: 1588584.
HSL color Cylindrical-coordinate representation of color #683D18: hue angle of 27.75º 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 #683D18 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 24 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.59 |
| HSL | 27.75º | 0.63% | 0.25% | - |
| HSV(B) | 27.75º | 0.77% | 0.41% | - |
| XYZ | 7.54 | 6.35 | 1.69 | - |
| YUV | 69.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 24 | 0 | 0.41 | 0.77 | 0.59 | 27.75 | 0.63 | 0.25 |
| Hex | 68 | 3D | 18 | 0 | 29 | 4D | 3B | 1C | 3E | 19 |
| Octal | 150 | 75 | 30 | 0 | 51 | 115 | 73 | 34 | 76 | 31 |
| Binary | 1101000 | 111101 | 11000 | 0 | 101001 | 1001101 | 111011 | 11100 | 111110 | 11001 |
Color Harmonies of #683D18
Complementary color
Monochromatic Colors of #683D18
Black with #683D18
Text Example
Text Example
White with #683D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D18; }
p { color: rgb(104,61,24); }
H1.HeaderClassName
{
color: #683D18;
}
.AnyTagClassName
{
color: #683D18;
}
</style>
background-color css
<style>
a { background-color: #683D18; }
a { background-color: rgb(104,61,24); }
div.DivClassName
{
background-color: #683D18;
}
.BgClassName
{
background-color: #683D18;
}
</style>
border-color css
<style>
span { border-color: #683D18; }
span { border-color: rgb(104,61,24); }
td.TdClassName
{
border-color: #683D18;
}
.TagClassName
{
border-color: #683D18;
}
</style>