Shades of Woodland #676C48
Tints of Woodland #676C48
RGB
CMYK
RGB Variations
Color information
#676C48 (or 0x676C48) is known color: Woodland. HEX triplet: 67, 6C and 48. RGB value is (103,108,72). Sum of RGB (Red+Green+Blue) = 103+108+72=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #676C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676C48 is #9893B7. Grayscale: #666666. Windows color (decimal): -9999288 or 4746343. OLE color: 4746343.
HSL color Cylindrical-coordinate representation of color #676C48: hue angle of 68.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676C48 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 72 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.58 |
| HSL | 68.33º | 0.2% | 0.35% | - |
| HSV(B) | 68.33º | 0.33% | 0.42% | - |
| XYZ | 12.13 | 14.08 | 8.21 | - |
| YUV | 102.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 72 | 0.05 | 0 | 0.33 | 0.58 | 68.33 | 0.2 | 0.35 |
| Hex | 67 | 6C | 48 | 5 | 0 | 21 | 3A | 44 | 14 | 23 |
| Octal | 147 | 154 | 110 | 5 | 0 | 41 | 72 | 104 | 24 | 43 |
| Binary | 1100111 | 1101100 | 1001000 | 101 | 0 | 100001 | 111010 | 1000100 | 10100 | 100011 |
Color Harmonies of #676C48
Complementary color
Monochromatic Colors of #676C48
Black with #676C48
Text Example
Text Example
White with #676C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C48; }
p { color: rgb(103,108,72); }
H1.HeaderClassName
{
color: #676C48;
}
.AnyTagClassName
{
color: #676C48;
}
</style>
background-color css
<style>
a { background-color: #676C48; }
a { background-color: rgb(103,108,72); }
div.DivClassName
{
background-color: #676C48;
}
.BgClassName
{
background-color: #676C48;
}
</style>
border-color css
<style>
span { border-color: #676C48; }
span { border-color: rgb(103,108,72); }
td.TdClassName
{
border-color: #676C48;
}
.TagClassName
{
border-color: #676C48;
}
</style>