Shades of Woodland #6B723B
Tints of Woodland #6B723B
RGB
CMYK
RGB Variations
Color information
#6B723B (or 0x6B723B) is known color: Woodland. HEX triplet: 6B, 72 and 3B. RGB value is (107,114,59). Sum of RGB (Red+Green+Blue) = 107+114+59=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #6B723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B723B is #948DC4. Grayscale: #696969. Windows color (decimal): -9735621 or 3895915. OLE color: 3895915.
HSL color Cylindrical-coordinate representation of color #6B723B: hue angle of 67.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B723B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 59 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.55 |
| HSL | 67.64º | 0.32% | 0.34% | - |
| HSV(B) | 67.64º | 0.48% | 0.45% | - |
| XYZ | 12.87 | 15.48 | 6.45 | - |
| YUV | 105.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 59 | 0.06 | 0 | 0.48 | 0.55 | 67.64 | 0.32 | 0.34 |
| Hex | 6B | 72 | 3B | 6 | 0 | 30 | 37 | 44 | 20 | 22 |
| Octal | 153 | 162 | 73 | 6 | 0 | 60 | 67 | 104 | 40 | 42 |
| Binary | 1101011 | 1110010 | 111011 | 110 | 0 | 110000 | 110111 | 1000100 | 100000 | 100010 |
Color Harmonies of #6B723B
Complementary color
Monochromatic Colors of #6B723B
Black with #6B723B
Text Example
Text Example
White with #6B723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B723B; }
p { color: rgb(107,114,59); }
H1.HeaderClassName
{
color: #6B723B;
}
.AnyTagClassName
{
color: #6B723B;
}
</style>
background-color css
<style>
a { background-color: #6B723B; }
a { background-color: rgb(107,114,59); }
div.DivClassName
{
background-color: #6B723B;
}
.BgClassName
{
background-color: #6B723B;
}
</style>
border-color css
<style>
span { border-color: #6B723B; }
span { border-color: rgb(107,114,59); }
td.TdClassName
{
border-color: #6B723B;
}
.TagClassName
{
border-color: #6B723B;
}
</style>