Shades of Dark Brown #68421B
Tints of Dark Brown #68421B
RGB
CMYK
RGB Variations
Color information
#68421B (or 0x68421B) is known color: Dark Brown. HEX triplet: 68, 42 and 1B. RGB value is (104,66,27). Sum of RGB (Red+Green+Blue) = 104+66+27=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68421B is #97BDE4. Grayscale: #494949. Windows color (decimal): -9944549 or 1786472. OLE color: 1786472.
HSL color Cylindrical-coordinate representation of color #68421B: hue angle of 30.39º 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 #68421B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 27 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.59 |
| HSL | 30.39º | 0.59% | 0.26% | - |
| HSV(B) | 30.39º | 0.74% | 0.41% | - |
| XYZ | 7.85 | 6.92 | 1.96 | - |
| YUV | 72.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 27 | 0 | 0.37 | 0.74 | 0.59 | 30.39 | 0.59 | 0.26 |
| Hex | 68 | 42 | 1B | 0 | 25 | 4A | 3B | 1E | 3B | 1A |
| Octal | 150 | 102 | 33 | 0 | 45 | 112 | 73 | 36 | 73 | 32 |
| Binary | 1101000 | 1000010 | 11011 | 0 | 100101 | 1001010 | 111011 | 11110 | 111011 | 11010 |
Color Harmonies of #68421B
Complementary color
Monochromatic Colors of #68421B
Black with #68421B
Text Example
Text Example
White with #68421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68421B; }
p { color: rgb(104,66,27); }
H1.HeaderClassName
{
color: #68421B;
}
.AnyTagClassName
{
color: #68421B;
}
</style>
background-color css
<style>
a { background-color: #68421B; }
a { background-color: rgb(104,66,27); }
div.DivClassName
{
background-color: #68421B;
}
.BgClassName
{
background-color: #68421B;
}
</style>
border-color css
<style>
span { border-color: #68421B; }
span { border-color: rgb(104,66,27); }
td.TdClassName
{
border-color: #68421B;
}
.TagClassName
{
border-color: #68421B;
}
</style>