Shades of Dark Brown #674520
Tints of Dark Brown #674520
RGB
CMYK
RGB Variations
Color information
#674520 (or 0x674520) is known color: Dark Brown. HEX triplet: 67, 45 and 20. RGB value is (103,69,32). Sum of RGB (Red+Green+Blue) = 103+69+32=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #674520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674520 is #98BADF. Grayscale: #4B4B4B. Windows color (decimal): -10009312 or 2114919. OLE color: 2114919.
HSL color Cylindrical-coordinate representation of color #674520: hue angle of 31.27º 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 #674520 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 32 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.60 |
| HSL | 31.27º | 0.53% | 0.26% | - |
| HSV(B) | 31.27º | 0.69% | 0.4% | - |
| XYZ | 7.98 | 7.24 | 2.34 | - |
| YUV | 74.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 32 | 0 | 0.33 | 0.69 | 0.60 | 31.27 | 0.53 | 0.26 |
| Hex | 67 | 45 | 20 | 0 | 21 | 45 | 3C | 1F | 35 | 1A |
| Octal | 147 | 105 | 40 | 0 | 41 | 105 | 74 | 37 | 65 | 32 |
| Binary | 1100111 | 1000101 | 100000 | 0 | 100001 | 1000101 | 111100 | 11111 | 110101 | 11010 |
Color Harmonies of #674520
Complementary color
Monochromatic Colors of #674520
Black with #674520
Text Example
Text Example
White with #674520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674520; }
p { color: rgb(103,69,32); }
H1.HeaderClassName
{
color: #674520;
}
.AnyTagClassName
{
color: #674520;
}
</style>
background-color css
<style>
a { background-color: #674520; }
a { background-color: rgb(103,69,32); }
div.DivClassName
{
background-color: #674520;
}
.BgClassName
{
background-color: #674520;
}
</style>
border-color css
<style>
span { border-color: #674520; }
span { border-color: rgb(103,69,32); }
td.TdClassName
{
border-color: #674520;
}
.TagClassName
{
border-color: #674520;
}
</style>