Shades of Olivetone #6F691F
Tints of Olivetone #6F691F
RGB
CMYK
RGB Variations
Color information
#6F691F (or 0x6F691F) is known color: Olivetone. HEX triplet: 6F, 69 and 1F. RGB value is (111,105,31). Sum of RGB (Red+Green+Blue) = 111+105+31=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F691F is #9096E0. Grayscale: #626262. Windows color (decimal): -9475809 or 2058607. OLE color: 2058607.
HSL color Cylindrical-coordinate representation of color #6F691F: hue angle of 55.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F691F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 31 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.56 |
| HSL | 55.5º | 0.56% | 0.28% | - |
| HSV(B) | 55.5º | 0.72% | 0.44% | - |
| XYZ | 11.85 | 13.58 | 3.29 | - |
| YUV | 98.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 31 | 0 | 0.05 | 0.72 | 0.56 | 55.5 | 0.56 | 0.28 |
| Hex | 6F | 69 | 1F | 0 | 5 | 48 | 38 | 38 | 38 | 1C |
| Octal | 157 | 151 | 37 | 0 | 5 | 110 | 70 | 70 | 70 | 34 |
| Binary | 1101111 | 1101001 | 11111 | 0 | 101 | 1001000 | 111000 | 111000 | 111000 | 11100 |
Color Harmonies of #6F691F
Complementary color
Monochromatic Colors of #6F691F
Black with #6F691F
Text Example
Text Example
White with #6F691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F691F; }
p { color: rgb(111,105,31); }
H1.HeaderClassName
{
color: #6F691F;
}
.AnyTagClassName
{
color: #6F691F;
}
</style>
background-color css
<style>
a { background-color: #6F691F; }
a { background-color: rgb(111,105,31); }
div.DivClassName
{
background-color: #6F691F;
}
.BgClassName
{
background-color: #6F691F;
}
</style>
border-color css
<style>
span { border-color: #6F691F; }
span { border-color: rgb(111,105,31); }
td.TdClassName
{
border-color: #6F691F;
}
.TagClassName
{
border-color: #6F691F;
}
</style>