Shades of Dark Brown #674722
Tints of Dark Brown #674722
RGB
CMYK
RGB Variations
Color information
#674722 (or 0x674722) is known color: Dark Brown. HEX triplet: 67, 47 and 22. RGB value is (103,71,34). Sum of RGB (Red+Green+Blue) = 103+71+34=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #674722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674722 is #98B8DD. Grayscale: #4C4C4C. Windows color (decimal): -10008798 or 2246503. OLE color: 2246503.
HSL color Cylindrical-coordinate representation of color #674722: hue angle of 32.17º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674722 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 71 | 34 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.60 |
| HSL | 32.17º | 0.5% | 0.27% | - |
| HSV(B) | 32.17º | 0.67% | 0.4% | - |
| XYZ | 8.14 | 7.51 | 2.53 | - |
| YUV | 76.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 34 | 0 | 0.31 | 0.67 | 0.60 | 32.17 | 0.5 | 0.27 |
| Hex | 67 | 47 | 22 | 0 | 1F | 43 | 3C | 20 | 32 | 1B |
| Octal | 147 | 107 | 42 | 0 | 37 | 103 | 74 | 40 | 62 | 33 |
| Binary | 1100111 | 1000111 | 100010 | 0 | 11111 | 1000011 | 111100 | 100000 | 110010 | 11011 |
Color Harmonies of #674722
Complementary color
Monochromatic Colors of #674722
Black with #674722
Text Example
Text Example
White with #674722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674722; }
p { color: rgb(103,71,34); }
H1.HeaderClassName
{
color: #674722;
}
.AnyTagClassName
{
color: #674722;
}
</style>
background-color css
<style>
a { background-color: #674722; }
a { background-color: rgb(103,71,34); }
div.DivClassName
{
background-color: #674722;
}
.BgClassName
{
background-color: #674722;
}
</style>
border-color css
<style>
span { border-color: #674722; }
span { border-color: rgb(103,71,34); }
td.TdClassName
{
border-color: #674722;
}
.TagClassName
{
border-color: #674722;
}
</style>