Shades of Woodland #67743D
Tints of Woodland #67743D
RGB
CMYK
RGB Variations
Color information
#67743D (or 0x67743D) is known color: Woodland. HEX triplet: 67, 74 and 3D. RGB value is (103,116,61). Sum of RGB (Red+Green+Blue) = 103+116+61=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #67743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67743D is #988BC2. Grayscale: #6A6A6A. Windows color (decimal): -9997251 or 4027495. OLE color: 4027495.
HSL color Cylindrical-coordinate representation of color #67743D: hue angle of 74.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67743D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 116 | 61 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.55 |
| HSL | 74.18º | 0.31% | 0.35% | - |
| HSV(B) | 74.18º | 0.47% | 0.45% | - |
| XYZ | 12.68 | 15.71 | 6.78 | - |
| YUV | 105.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 61 | 0.11 | 0 | 0.47 | 0.55 | 74.18 | 0.31 | 0.35 |
| Hex | 67 | 74 | 3D | B | 0 | 2F | 37 | 4A | 1F | 23 |
| Octal | 147 | 164 | 75 | 13 | 0 | 57 | 67 | 112 | 37 | 43 |
| Binary | 1100111 | 1110100 | 111101 | 1011 | 0 | 101111 | 110111 | 1001010 | 11111 | 100011 |
Color Harmonies of #67743D
Complementary color
Monochromatic Colors of #67743D
Black with #67743D
Text Example
Text Example
White with #67743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67743D; }
p { color: rgb(103,116,61); }
H1.HeaderClassName
{
color: #67743D;
}
.AnyTagClassName
{
color: #67743D;
}
</style>
background-color css
<style>
a { background-color: #67743D; }
a { background-color: rgb(103,116,61); }
div.DivClassName
{
background-color: #67743D;
}
.BgClassName
{
background-color: #67743D;
}
</style>
border-color css
<style>
span { border-color: #67743D; }
span { border-color: rgb(103,116,61); }
td.TdClassName
{
border-color: #67743D;
}
.TagClassName
{
border-color: #67743D;
}
</style>