Shades of Dark Brown #68441E
Tints of Dark Brown #68441E
RGB
CMYK
RGB Variations
Color information
#68441E (or 0x68441E) is known color: Dark Brown. HEX triplet: 68, 44 and 1E. RGB value is (104,68,30). Sum of RGB (Red+Green+Blue) = 104+68+30=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68441E is #97BBE1. Grayscale: #4A4A4A. Windows color (decimal): -9944034 or 1983592. OLE color: 1983592.
HSL color Cylindrical-coordinate representation of color #68441E: hue angle of 30.81º 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 #68441E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 30 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.59 |
| HSL | 30.81º | 0.55% | 0.26% | - |
| HSV(B) | 30.81º | 0.71% | 0.41% | - |
| XYZ | 8.01 | 7.17 | 2.19 | - |
| YUV | 74.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 30 | 0 | 0.35 | 0.71 | 0.59 | 30.81 | 0.55 | 0.26 |
| Hex | 68 | 44 | 1E | 0 | 23 | 47 | 3B | 1F | 37 | 1A |
| Octal | 150 | 104 | 36 | 0 | 43 | 107 | 73 | 37 | 67 | 32 |
| Binary | 1101000 | 1000100 | 11110 | 0 | 100011 | 1000111 | 111011 | 11111 | 110111 | 11010 |
Color Harmonies of #68441E
Complementary color
Monochromatic Colors of #68441E
Black with #68441E
Text Example
Text Example
White with #68441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68441E; }
p { color: rgb(104,68,30); }
H1.HeaderClassName
{
color: #68441E;
}
.AnyTagClassName
{
color: #68441E;
}
</style>
background-color css
<style>
a { background-color: #68441E; }
a { background-color: rgb(104,68,30); }
div.DivClassName
{
background-color: #68441E;
}
.BgClassName
{
background-color: #68441E;
}
</style>
border-color css
<style>
span { border-color: #68441E; }
span { border-color: rgb(104,68,30); }
td.TdClassName
{
border-color: #68441E;
}
.TagClassName
{
border-color: #68441E;
}
</style>