Shades of Olivetone #6F6D2D
Tints of Olivetone #6F6D2D
RGB
CMYK
RGB Variations
Color information
#6F6D2D (or 0x6F6D2D) is known color: Olivetone. HEX triplet: 6F, 6D and 2D. RGB value is (111,109,45). Sum of RGB (Red+Green+Blue) = 111+109+45=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D2D is #9092D2. Grayscale: #666666. Windows color (decimal): -9474771 or 2977135. OLE color: 2977135.
HSL color Cylindrical-coordinate representation of color #6F6D2D: hue angle of 58.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F6D2D is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 45 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.56 |
| HSL | 58.18º | 0.42% | 0.31% | - |
| HSV(B) | 58.18º | 0.59% | 0.44% | - |
| XYZ | 12.5 | 14.51 | 4.62 | - |
| YUV | 102.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 45 | 0 | 0.02 | 0.59 | 0.56 | 58.18 | 0.42 | 0.31 |
| Hex | 6F | 6D | 2D | 0 | 2 | 3B | 38 | 3A | 2A | 1F |
| Octal | 157 | 155 | 55 | 0 | 2 | 73 | 70 | 72 | 52 | 37 |
| Binary | 1101111 | 1101101 | 101101 | 0 | 10 | 111011 | 111000 | 111010 | 101010 | 11111 |
Color Harmonies of #6F6D2D
Complementary color
Monochromatic Colors of #6F6D2D
Black with #6F6D2D
Text Example
Text Example
White with #6F6D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D2D; }
p { color: rgb(111,109,45); }
H1.HeaderClassName
{
color: #6F6D2D;
}
.AnyTagClassName
{
color: #6F6D2D;
}
</style>
background-color css
<style>
a { background-color: #6F6D2D; }
a { background-color: rgb(111,109,45); }
div.DivClassName
{
background-color: #6F6D2D;
}
.BgClassName
{
background-color: #6F6D2D;
}
</style>
border-color css
<style>
span { border-color: #6F6D2D; }
span { border-color: rgb(111,109,45); }
td.TdClassName
{
border-color: #6F6D2D;
}
.TagClassName
{
border-color: #6F6D2D;
}
</style>