Shades of Dark Brown #674121
Tints of Dark Brown #674121
RGB
CMYK
RGB Variations
Color information
#674121 (or 0x674121) is known color: Dark Brown. HEX triplet: 67, 41 and 21. RGB value is (103,65,33). Sum of RGB (Red+Green+Blue) = 103+65+33=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #674121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674121 is #98BEDE. Grayscale: #484848. Windows color (decimal): -10010335 or 2179431. OLE color: 2179431.
HSL color Cylindrical-coordinate representation of color #674121: hue angle of 27.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674121 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 33 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.60 |
| HSL | 27.43º | 0.51% | 0.27% | - |
| HSV(B) | 27.43º | 0.68% | 0.4% | - |
| XYZ | 7.76 | 6.77 | 2.34 | - |
| YUV | 72.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 33 | 0 | 0.37 | 0.68 | 0.60 | 27.43 | 0.51 | 0.27 |
| Hex | 67 | 41 | 21 | 0 | 25 | 44 | 3C | 1B | 33 | 1B |
| Octal | 147 | 101 | 41 | 0 | 45 | 104 | 74 | 33 | 63 | 33 |
| Binary | 1100111 | 1000001 | 100001 | 0 | 100101 | 1000100 | 111100 | 11011 | 110011 | 11011 |
Color Harmonies of #674121
Complementary color
Monochromatic Colors of #674121
Black with #674121
Text Example
Text Example
White with #674121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674121; }
p { color: rgb(103,65,33); }
H1.HeaderClassName
{
color: #674121;
}
.AnyTagClassName
{
color: #674121;
}
</style>
background-color css
<style>
a { background-color: #674121; }
a { background-color: rgb(103,65,33); }
div.DivClassName
{
background-color: #674121;
}
.BgClassName
{
background-color: #674121;
}
</style>
border-color css
<style>
span { border-color: #674121; }
span { border-color: rgb(103,65,33); }
td.TdClassName
{
border-color: #674121;
}
.TagClassName
{
border-color: #674121;
}
</style>