Shades of Dark Brown #67401B
Tints of Dark Brown #67401B
RGB
CMYK
RGB Variations
Color information
#67401B (or 0x67401B) is known color: Dark Brown. HEX triplet: 67, 40 and 1B. RGB value is (103,64,27). Sum of RGB (Red+Green+Blue) = 103+64+27=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #67401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67401B is #98BFE4. Grayscale: #474747. Windows color (decimal): -10010597 or 1785959. OLE color: 1785959.
HSL color Cylindrical-coordinate representation of color #67401B: hue angle of 29.21º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67401B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 27 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.60 |
| HSL | 29.21º | 0.58% | 0.25% | - |
| HSV(B) | 29.21º | 0.74% | 0.4% | - |
| XYZ | 7.62 | 6.63 | 1.91 | - |
| YUV | 71.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 27 | 0 | 0.38 | 0.74 | 0.60 | 29.21 | 0.58 | 0.25 |
| Hex | 67 | 40 | 1B | 0 | 26 | 4A | 3C | 1D | 3A | 19 |
| Octal | 147 | 100 | 33 | 0 | 46 | 112 | 74 | 35 | 72 | 31 |
| Binary | 1100111 | 1000000 | 11011 | 0 | 100110 | 1001010 | 111100 | 11101 | 111010 | 11001 |
Color Harmonies of #67401B
Complementary color
Monochromatic Colors of #67401B
Black with #67401B
Text Example
Text Example
White with #67401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67401B; }
p { color: rgb(103,64,27); }
H1.HeaderClassName
{
color: #67401B;
}
.AnyTagClassName
{
color: #67401B;
}
</style>
background-color css
<style>
a { background-color: #67401B; }
a { background-color: rgb(103,64,27); }
div.DivClassName
{
background-color: #67401B;
}
.BgClassName
{
background-color: #67401B;
}
</style>
border-color css
<style>
span { border-color: #67401B; }
span { border-color: rgb(103,64,27); }
td.TdClassName
{
border-color: #67401B;
}
.TagClassName
{
border-color: #67401B;
}
</style>