Shades of Dark Brown #674020
Tints of Dark Brown #674020
RGB
CMYK
RGB Variations
Color information
#674020 (or 0x674020) is known color: Dark Brown. HEX triplet: 67, 40 and 20. RGB value is (103,64,32). Sum of RGB (Red+Green+Blue) = 103+64+32=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #674020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674020 is #98BFDF. Grayscale: #484848. Windows color (decimal): -10010592 or 2113639. OLE color: 2113639.
HSL color Cylindrical-coordinate representation of color #674020: hue angle of 27.04º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674020 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 32 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.60 |
| HSL | 27.04º | 0.53% | 0.26% | - |
| HSV(B) | 27.04º | 0.69% | 0.4% | - |
| XYZ | 7.69 | 6.65 | 2.25 | - |
| YUV | 72.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 32 | 0 | 0.38 | 0.69 | 0.60 | 27.04 | 0.53 | 0.26 |
| Hex | 67 | 40 | 20 | 0 | 26 | 45 | 3C | 1B | 35 | 1A |
| Octal | 147 | 100 | 40 | 0 | 46 | 105 | 74 | 33 | 65 | 32 |
| Binary | 1100111 | 1000000 | 100000 | 0 | 100110 | 1000101 | 111100 | 11011 | 110101 | 11010 |
Color Harmonies of #674020
Complementary color
Monochromatic Colors of #674020
Black with #674020
Text Example
Text Example
White with #674020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674020; }
p { color: rgb(103,64,32); }
H1.HeaderClassName
{
color: #674020;
}
.AnyTagClassName
{
color: #674020;
}
</style>
background-color css
<style>
a { background-color: #674020; }
a { background-color: rgb(103,64,32); }
div.DivClassName
{
background-color: #674020;
}
.BgClassName
{
background-color: #674020;
}
</style>
border-color css
<style>
span { border-color: #674020; }
span { border-color: rgb(103,64,32); }
td.TdClassName
{
border-color: #674020;
}
.TagClassName
{
border-color: #674020;
}
</style>