Shades of Dark Brown #68411E
Tints of Dark Brown #68411E
RGB
CMYK
RGB Variations
Color information
#68411E (or 0x68411E) is known color: Dark Brown. HEX triplet: 68, 41 and 1E. RGB value is (104,65,30). Sum of RGB (Red+Green+Blue) = 104+65+30=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411E is #97BEE1. Grayscale: #484848. Windows color (decimal): -9944802 or 1982824. OLE color: 1982824.
HSL color Cylindrical-coordinate representation of color #68411E: hue angle of 28.38º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68411E is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 30 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.59 |
| HSL | 28.38º | 0.55% | 0.26% | - |
| HSV(B) | 28.38º | 0.71% | 0.41% | - |
| XYZ | 7.83 | 6.82 | 2.13 | - |
| YUV | 72.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 30 | 0 | 0.38 | 0.71 | 0.59 | 28.38 | 0.55 | 0.26 |
| Hex | 68 | 41 | 1E | 0 | 26 | 47 | 3B | 1C | 37 | 1A |
| Octal | 150 | 101 | 36 | 0 | 46 | 107 | 73 | 34 | 67 | 32 |
| Binary | 1101000 | 1000001 | 11110 | 0 | 100110 | 1000111 | 111011 | 11100 | 110111 | 11010 |
Color Harmonies of #68411E
Complementary color
Monochromatic Colors of #68411E
Black with #68411E
Text Example
Text Example
White with #68411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68411E; }
p { color: rgb(104,65,30); }
H1.HeaderClassName
{
color: #68411E;
}
.AnyTagClassName
{
color: #68411E;
}
</style>
background-color css
<style>
a { background-color: #68411E; }
a { background-color: rgb(104,65,30); }
div.DivClassName
{
background-color: #68411E;
}
.BgClassName
{
background-color: #68411E;
}
</style>
border-color css
<style>
span { border-color: #68411E; }
span { border-color: rgb(104,65,30); }
td.TdClassName
{
border-color: #68411E;
}
.TagClassName
{
border-color: #68411E;
}
</style>