Shades of Dark Brown #67441B
Tints of Dark Brown #67441B
RGB
CMYK
RGB Variations
Color information
#67441B (or 0x67441B) is known color: Dark Brown. HEX triplet: 67, 44 and 1B. RGB value is (103,68,27). Sum of RGB (Red+Green+Blue) = 103+68+27=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67441B is #98BBE4. Grayscale: #494949. Windows color (decimal): -10009573 or 1786983. OLE color: 1786983.
HSL color Cylindrical-coordinate representation of color #67441B: hue angle of 32.37º 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 #67441B is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 68 | 27 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.60 |
| HSL | 32.37º | 0.58% | 0.25% | - |
| HSV(B) | 32.37º | 0.74% | 0.4% | - |
| XYZ | 7.86 | 7.1 | 1.99 | - |
| YUV | 73.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 27 | 0 | 0.34 | 0.74 | 0.60 | 32.37 | 0.58 | 0.25 |
| Hex | 67 | 44 | 1B | 0 | 22 | 4A | 3C | 20 | 3A | 19 |
| Octal | 147 | 104 | 33 | 0 | 42 | 112 | 74 | 40 | 72 | 31 |
| Binary | 1100111 | 1000100 | 11011 | 0 | 100010 | 1001010 | 111100 | 100000 | 111010 | 11001 |
Color Harmonies of #67441B
Complementary color
Monochromatic Colors of #67441B
Black with #67441B
Text Example
Text Example
White with #67441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67441B; }
p { color: rgb(103,68,27); }
H1.HeaderClassName
{
color: #67441B;
}
.AnyTagClassName
{
color: #67441B;
}
</style>
background-color css
<style>
a { background-color: #67441B; }
a { background-color: rgb(103,68,27); }
div.DivClassName
{
background-color: #67441B;
}
.BgClassName
{
background-color: #67441B;
}
</style>
border-color css
<style>
span { border-color: #67441B; }
span { border-color: rgb(103,68,27); }
td.TdClassName
{
border-color: #67441B;
}
.TagClassName
{
border-color: #67441B;
}
</style>