Shades of Olivetone #6F6E31
Tints of Olivetone #6F6E31
RGB
CMYK
RGB Variations
Color information
#6F6E31 (or 0x6F6E31) is known color: Olivetone. HEX triplet: 6F, 6E and 31. RGB value is (111,110,49). Sum of RGB (Red+Green+Blue) = 111+110+49=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E31 is #9091CE. Grayscale: #676767. Windows color (decimal): -9474511 or 3239535. OLE color: 3239535.
HSL color Cylindrical-coordinate representation of color #6F6E31: hue angle of 59.03º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6E31 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 49 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.56 |
| HSL | 59.03º | 0.39% | 0.31% | - |
| HSV(B) | 59.03º | 0.56% | 0.44% | - |
| XYZ | 12.69 | 14.75 | 5.08 | - |
| YUV | 103.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 49 | 0 | 0.01 | 0.56 | 0.56 | 59.03 | 0.39 | 0.31 |
| Hex | 6F | 6E | 31 | 0 | 1 | 38 | 38 | 3B | 27 | 1F |
| Octal | 157 | 156 | 61 | 0 | 1 | 70 | 70 | 73 | 47 | 37 |
| Binary | 1101111 | 1101110 | 110001 | 0 | 1 | 111000 | 111000 | 111011 | 100111 | 11111 |
Color Harmonies of #6F6E31
Complementary color
Monochromatic Colors of #6F6E31
Black with #6F6E31
Text Example
Text Example
White with #6F6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E31; }
p { color: rgb(111,110,49); }
H1.HeaderClassName
{
color: #6F6E31;
}
.AnyTagClassName
{
color: #6F6E31;
}
</style>
background-color css
<style>
a { background-color: #6F6E31; }
a { background-color: rgb(111,110,49); }
div.DivClassName
{
background-color: #6F6E31;
}
.BgClassName
{
background-color: #6F6E31;
}
</style>
border-color css
<style>
span { border-color: #6F6E31; }
span { border-color: rgb(111,110,49); }
td.TdClassName
{
border-color: #6F6E31;
}
.TagClassName
{
border-color: #6F6E31;
}
</style>