Shades of Dark Brown #67401F
Tints of Dark Brown #67401F
RGB
CMYK
RGB Variations
Color information
#67401F (or 0x67401F) is known color: Dark Brown. HEX triplet: 67, 40 and 1F. RGB value is (103,64,31). Sum of RGB (Red+Green+Blue) = 103+64+31=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67401F is #98BFE0. Grayscale: #484848. Windows color (decimal): -10010593 or 2048103. OLE color: 2048103.
HSL color Cylindrical-coordinate representation of color #67401F: hue angle of 27.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67401F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 31 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.60 |
| HSL | 27.5º | 0.54% | 0.26% | - |
| HSV(B) | 27.5º | 0.7% | 0.4% | - |
| XYZ | 7.67 | 6.65 | 2.18 | - |
| YUV | 71.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 31 | 0 | 0.38 | 0.70 | 0.60 | 27.5 | 0.54 | 0.26 |
| Hex | 67 | 40 | 1F | 0 | 26 | 46 | 3C | 1C | 36 | 1A |
| Octal | 147 | 100 | 37 | 0 | 46 | 106 | 74 | 34 | 66 | 32 |
| Binary | 1100111 | 1000000 | 11111 | 0 | 100110 | 1000110 | 111100 | 11100 | 110110 | 11010 |
Color Harmonies of #67401F
Complementary color
Monochromatic Colors of #67401F
Black with #67401F
Text Example
Text Example
White with #67401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67401F; }
p { color: rgb(103,64,31); }
H1.HeaderClassName
{
color: #67401F;
}
.AnyTagClassName
{
color: #67401F;
}
</style>
background-color css
<style>
a { background-color: #67401F; }
a { background-color: rgb(103,64,31); }
div.DivClassName
{
background-color: #67401F;
}
.BgClassName
{
background-color: #67401F;
}
</style>
border-color css
<style>
span { border-color: #67401F; }
span { border-color: rgb(103,64,31); }
td.TdClassName
{
border-color: #67401F;
}
.TagClassName
{
border-color: #67401F;
}
</style>