Shades of Dark Brown #683D1B
Tints of Dark Brown #683D1B
RGB
CMYK
RGB Variations
Color information
#683D1B (or 0x683D1B) is known color: Dark Brown. HEX triplet: 68, 3D and 1B. RGB value is (104,61,27). Sum of RGB (Red+Green+Blue) = 104+61+27=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #683D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D1B is #97C2E4. Grayscale: #464646. Windows color (decimal): -9945829 or 1785192. OLE color: 1785192.
HSL color Cylindrical-coordinate representation of color #683D1B: hue angle of 26.49º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683D1B is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 27 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.59 |
| HSL | 26.49º | 0.59% | 0.26% | - |
| HSV(B) | 26.49º | 0.74% | 0.41% | - |
| XYZ | 7.58 | 6.36 | 1.87 | - |
| YUV | 69.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 27 | 0 | 0.41 | 0.74 | 0.59 | 26.49 | 0.59 | 0.26 |
| Hex | 68 | 3D | 1B | 0 | 29 | 4A | 3B | 1A | 3B | 1A |
| Octal | 150 | 75 | 33 | 0 | 51 | 112 | 73 | 32 | 73 | 32 |
| Binary | 1101000 | 111101 | 11011 | 0 | 101001 | 1001010 | 111011 | 11010 | 111011 | 11010 |
Color Harmonies of #683D1B
Complementary color
Monochromatic Colors of #683D1B
Black with #683D1B
Text Example
Text Example
White with #683D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D1B; }
p { color: rgb(104,61,27); }
H1.HeaderClassName
{
color: #683D1B;
}
.AnyTagClassName
{
color: #683D1B;
}
</style>
background-color css
<style>
a { background-color: #683D1B; }
a { background-color: rgb(104,61,27); }
div.DivClassName
{
background-color: #683D1B;
}
.BgClassName
{
background-color: #683D1B;
}
</style>
border-color css
<style>
span { border-color: #683D1B; }
span { border-color: rgb(104,61,27); }
td.TdClassName
{
border-color: #683D1B;
}
.TagClassName
{
border-color: #683D1B;
}
</style>