Shades of Olivetone #6F6A2D
Tints of Olivetone #6F6A2D
RGB
CMYK
RGB Variations
Color information
#6F6A2D (or 0x6F6A2D) is known color: Olivetone. HEX triplet: 6F, 6A and 2D. RGB value is (111,106,45). Sum of RGB (Red+Green+Blue) = 111+106+45=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A2D is #9095D2. Grayscale: #646464. Windows color (decimal): -9475539 or 2976367. OLE color: 2976367.
HSL color Cylindrical-coordinate representation of color #6F6A2D: hue angle of 55.45º 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 #6F6A2D is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 45 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.56 |
| HSL | 55.45º | 0.42% | 0.31% | - |
| HSV(B) | 55.45º | 0.59% | 0.44% | - |
| XYZ | 12.18 | 13.88 | 4.52 | - |
| YUV | 100.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 45 | 0 | 0.05 | 0.59 | 0.56 | 55.45 | 0.42 | 0.31 |
| Hex | 6F | 6A | 2D | 0 | 5 | 3B | 38 | 37 | 2A | 1F |
| Octal | 157 | 152 | 55 | 0 | 5 | 73 | 70 | 67 | 52 | 37 |
| Binary | 1101111 | 1101010 | 101101 | 0 | 101 | 111011 | 111000 | 110111 | 101010 | 11111 |
Color Harmonies of #6F6A2D
Complementary color
Monochromatic Colors of #6F6A2D
Black with #6F6A2D
Text Example
Text Example
White with #6F6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A2D; }
p { color: rgb(111,106,45); }
H1.HeaderClassName
{
color: #6F6A2D;
}
.AnyTagClassName
{
color: #6F6A2D;
}
</style>
background-color css
<style>
a { background-color: #6F6A2D; }
a { background-color: rgb(111,106,45); }
div.DivClassName
{
background-color: #6F6A2D;
}
.BgClassName
{
background-color: #6F6A2D;
}
</style>
border-color css
<style>
span { border-color: #6F6A2D; }
span { border-color: rgb(111,106,45); }
td.TdClassName
{
border-color: #6F6A2D;
}
.TagClassName
{
border-color: #6F6A2D;
}
</style>