Shades of Woodland #6B723F
Tints of Woodland #6B723F
RGB
CMYK
RGB Variations
Color information
#6B723F (or 0x6B723F) is known color: Woodland. HEX triplet: 6B, 72 and 3F. RGB value is (107,114,63). Sum of RGB (Red+Green+Blue) = 107+114+63=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #6B723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B723F is #948DC0. Grayscale: #6A6A6A. Windows color (decimal): -9735617 or 4158059. OLE color: 4158059.
HSL color Cylindrical-coordinate representation of color #6B723F: hue angle of 68.24º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B723F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 63 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.55 |
| HSL | 68.24º | 0.29% | 0.35% | - |
| HSV(B) | 68.24º | 0.45% | 0.45% | - |
| XYZ | 12.98 | 15.52 | 7.01 | - |
| YUV | 106.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 63 | 0.06 | 0 | 0.45 | 0.55 | 68.24 | 0.29 | 0.35 |
| Hex | 6B | 72 | 3F | 6 | 0 | 2D | 37 | 44 | 1D | 23 |
| Octal | 153 | 162 | 77 | 6 | 0 | 55 | 67 | 104 | 35 | 43 |
| Binary | 1101011 | 1110010 | 111111 | 110 | 0 | 101101 | 110111 | 1000100 | 11101 | 100011 |
Color Harmonies of #6B723F
Complementary color
Monochromatic Colors of #6B723F
Black with #6B723F
Text Example
Text Example
White with #6B723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B723F; }
p { color: rgb(107,114,63); }
H1.HeaderClassName
{
color: #6B723F;
}
.AnyTagClassName
{
color: #6B723F;
}
</style>
background-color css
<style>
a { background-color: #6B723F; }
a { background-color: rgb(107,114,63); }
div.DivClassName
{
background-color: #6B723F;
}
.BgClassName
{
background-color: #6B723F;
}
</style>
border-color css
<style>
span { border-color: #6B723F; }
span { border-color: rgb(107,114,63); }
td.TdClassName
{
border-color: #6B723F;
}
.TagClassName
{
border-color: #6B723F;
}
</style>