Shades of Woodland #67713B
Tints of Woodland #67713B
RGB
CMYK
RGB Variations
Color information
#67713B (or 0x67713B) is known color: Woodland. HEX triplet: 67, 71 and 3B. RGB value is (103,113,59). Sum of RGB (Red+Green+Blue) = 103+113+59=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #67713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67713B is #988EC4. Grayscale: #686868. Windows color (decimal): -9998021 or 3895655. OLE color: 3895655.
HSL color Cylindrical-coordinate representation of color #67713B: hue angle of 71.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67713B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 113 | 59 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.56 |
| HSL | 71.11º | 0.31% | 0.34% | - |
| HSV(B) | 71.11º | 0.48% | 0.44% | - |
| XYZ | 12.29 | 15.01 | 6.39 | - |
| YUV | 103.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 59 | 0.09 | 0 | 0.48 | 0.56 | 71.11 | 0.31 | 0.34 |
| Hex | 67 | 71 | 3B | 9 | 0 | 30 | 38 | 47 | 1F | 22 |
| Octal | 147 | 161 | 73 | 11 | 0 | 60 | 70 | 107 | 37 | 42 |
| Binary | 1100111 | 1110001 | 111011 | 1001 | 0 | 110000 | 111000 | 1000111 | 11111 | 100010 |
Color Harmonies of #67713B
Complementary color
Monochromatic Colors of #67713B
Black with #67713B
Text Example
Text Example
White with #67713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67713B; }
p { color: rgb(103,113,59); }
H1.HeaderClassName
{
color: #67713B;
}
.AnyTagClassName
{
color: #67713B;
}
</style>
background-color css
<style>
a { background-color: #67713B; }
a { background-color: rgb(103,113,59); }
div.DivClassName
{
background-color: #67713B;
}
.BgClassName
{
background-color: #67713B;
}
</style>
border-color css
<style>
span { border-color: #67713B; }
span { border-color: rgb(103,113,59); }
td.TdClassName
{
border-color: #67713B;
}
.TagClassName
{
border-color: #67713B;
}
</style>