Shades of Olivetone #6F682D
Tints of Olivetone #6F682D
RGB
CMYK
RGB Variations
Color information
#6F682D (or 0x6F682D) is known color: Olivetone. HEX triplet: 6F, 68 and 2D. RGB value is (111,104,45). Sum of RGB (Red+Green+Blue) = 111+104+45=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F682D is #9097D2. Grayscale: #636363. Windows color (decimal): -9476051 or 2975855. OLE color: 2975855.
HSL color Cylindrical-coordinate representation of color #6F682D: hue angle of 53.64º 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 #6F682D is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 45 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.56 |
| HSL | 53.64º | 0.42% | 0.31% | - |
| HSV(B) | 53.64º | 0.59% | 0.44% | - |
| XYZ | 11.98 | 13.47 | 4.45 | - |
| YUV | 99.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 45 | 0 | 0.06 | 0.59 | 0.56 | 53.64 | 0.42 | 0.31 |
| Hex | 6F | 68 | 2D | 0 | 6 | 3B | 38 | 36 | 2A | 1F |
| Octal | 157 | 150 | 55 | 0 | 6 | 73 | 70 | 66 | 52 | 37 |
| Binary | 1101111 | 1101000 | 101101 | 0 | 110 | 111011 | 111000 | 110110 | 101010 | 11111 |
Color Harmonies of #6F682D
Complementary color
Monochromatic Colors of #6F682D
Black with #6F682D
Text Example
Text Example
White with #6F682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F682D; }
p { color: rgb(111,104,45); }
H1.HeaderClassName
{
color: #6F682D;
}
.AnyTagClassName
{
color: #6F682D;
}
</style>
background-color css
<style>
a { background-color: #6F682D; }
a { background-color: rgb(111,104,45); }
div.DivClassName
{
background-color: #6F682D;
}
.BgClassName
{
background-color: #6F682D;
}
</style>
border-color css
<style>
span { border-color: #6F682D; }
span { border-color: rgb(111,104,45); }
td.TdClassName
{
border-color: #6F682D;
}
.TagClassName
{
border-color: #6F682D;
}
</style>