Shades of Woodland #67713F
Tints of Woodland #67713F
RGB
CMYK
RGB Variations
Color information
#67713F (or 0x67713F) is known color: Woodland. HEX triplet: 67, 71 and 3F. RGB value is (103,113,63). Sum of RGB (Red+Green+Blue) = 103+113+63=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #67713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67713F is #988EC0. Grayscale: #686868. Windows color (decimal): -9998017 or 4157799. OLE color: 4157799.
HSL color Cylindrical-coordinate representation of color #67713F: hue angle of 72º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67713F is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 113 | 63 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.56 |
| HSL | 72º | 0.28% | 0.35% | - |
| HSV(B) | 72º | 0.44% | 0.44% | - |
| XYZ | 12.4 | 15.05 | 6.95 | - |
| YUV | 104.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 63 | 0.09 | 0 | 0.44 | 0.56 | 72 | 0.28 | 0.35 |
| Hex | 67 | 71 | 3F | 9 | 0 | 2C | 38 | 48 | 1C | 23 |
| Octal | 147 | 161 | 77 | 11 | 0 | 54 | 70 | 110 | 34 | 43 |
| Binary | 1100111 | 1110001 | 111111 | 1001 | 0 | 101100 | 111000 | 1001000 | 11100 | 100011 |
Color Harmonies of #67713F
Complementary color
Monochromatic Colors of #67713F
Black with #67713F
Text Example
Text Example
White with #67713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67713F; }
p { color: rgb(103,113,63); }
H1.HeaderClassName
{
color: #67713F;
}
.AnyTagClassName
{
color: #67713F;
}
</style>
background-color css
<style>
a { background-color: #67713F; }
a { background-color: rgb(103,113,63); }
div.DivClassName
{
background-color: #67713F;
}
.BgClassName
{
background-color: #67713F;
}
</style>
border-color css
<style>
span { border-color: #67713F; }
span { border-color: rgb(103,113,63); }
td.TdClassName
{
border-color: #67713F;
}
.TagClassName
{
border-color: #67713F;
}
</style>