Shades of Olivetone #6F6D1F
Tints of Olivetone #6F6D1F
RGB
CMYK
RGB Variations
Color information
#6F6D1F (or 0x6F6D1F) is known color: Olivetone. HEX triplet: 6F, 6D and 1F. RGB value is (111,109,31). Sum of RGB (Red+Green+Blue) = 111+109+31=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D1F is #9092E0. Grayscale: #656565. Windows color (decimal): -9474785 or 2059631. OLE color: 2059631.
HSL color Cylindrical-coordinate representation of color #6F6D1F: hue angle of 58.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 #6F6D1F is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 31 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.56 |
| HSL | 58.5º | 0.56% | 0.28% | - |
| HSV(B) | 58.5º | 0.72% | 0.44% | - |
| XYZ | 12.27 | 14.42 | 3.43 | - |
| YUV | 100.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 31 | 0 | 0.02 | 0.72 | 0.56 | 58.5 | 0.56 | 0.28 |
| Hex | 6F | 6D | 1F | 0 | 2 | 48 | 38 | 3A | 38 | 1C |
| Octal | 157 | 155 | 37 | 0 | 2 | 110 | 70 | 72 | 70 | 34 |
| Binary | 1101111 | 1101101 | 11111 | 0 | 10 | 1001000 | 111000 | 111010 | 111000 | 11100 |
Color Harmonies of #6F6D1F
Complementary color
Monochromatic Colors of #6F6D1F
Black with #6F6D1F
Text Example
Text Example
White with #6F6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D1F; }
p { color: rgb(111,109,31); }
H1.HeaderClassName
{
color: #6F6D1F;
}
.AnyTagClassName
{
color: #6F6D1F;
}
</style>
background-color css
<style>
a { background-color: #6F6D1F; }
a { background-color: rgb(111,109,31); }
div.DivClassName
{
background-color: #6F6D1F;
}
.BgClassName
{
background-color: #6F6D1F;
}
</style>
border-color css
<style>
span { border-color: #6F6D1F; }
span { border-color: rgb(111,109,31); }
td.TdClassName
{
border-color: #6F6D1F;
}
.TagClassName
{
border-color: #6F6D1F;
}
</style>