Shades of Dark Brown #683D1D
Tints of Dark Brown #683D1D
RGB
CMYK
RGB Variations
Color information
#683D1D (or 0x683D1D) is known color: Dark Brown. HEX triplet: 68, 3D and 1D. RGB value is (104,61,29). Sum of RGB (Red+Green+Blue) = 104+61+29=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D1D is #97C2E2. Grayscale: #464646. Windows color (decimal): -9945827 or 1916264. OLE color: 1916264.
HSL color Cylindrical-coordinate representation of color #683D1D: hue angle of 25.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683D1D is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 29 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.59 |
| HSL | 25.6º | 0.56% | 0.26% | - |
| HSV(B) | 25.6º | 0.72% | 0.41% | - |
| XYZ | 7.6 | 6.37 | 1.99 | - |
| YUV | 70.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 29 | 0 | 0.41 | 0.72 | 0.59 | 25.6 | 0.56 | 0.26 |
| Hex | 68 | 3D | 1D | 0 | 29 | 48 | 3B | 1A | 38 | 1A |
| Octal | 150 | 75 | 35 | 0 | 51 | 110 | 73 | 32 | 70 | 32 |
| Binary | 1101000 | 111101 | 11101 | 0 | 101001 | 1001000 | 111011 | 11010 | 111000 | 11010 |
Color Harmonies of #683D1D
Complementary color
Monochromatic Colors of #683D1D
Black with #683D1D
Text Example
Text Example
White with #683D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D1D; }
p { color: rgb(104,61,29); }
H1.HeaderClassName
{
color: #683D1D;
}
.AnyTagClassName
{
color: #683D1D;
}
</style>
background-color css
<style>
a { background-color: #683D1D; }
a { background-color: rgb(104,61,29); }
div.DivClassName
{
background-color: #683D1D;
}
.BgClassName
{
background-color: #683D1D;
}
</style>
border-color css
<style>
span { border-color: #683D1D; }
span { border-color: rgb(104,61,29); }
td.TdClassName
{
border-color: #683D1D;
}
.TagClassName
{
border-color: #683D1D;
}
</style>