Shades of Olivetone #6F6A1F
Tints of Olivetone #6F6A1F
RGB
CMYK
RGB Variations
Color information
#6F6A1F (or 0x6F6A1F) is known color: Olivetone. HEX triplet: 6F, 6A and 1F. RGB value is (111,106,31). Sum of RGB (Red+Green+Blue) = 111+106+31=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A1F is #9095E0. Grayscale: #636363. Windows color (decimal): -9475553 or 2058863. OLE color: 2058863.
HSL color Cylindrical-coordinate representation of color #6F6A1F: hue angle of 56.25º 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 #6F6A1F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 31 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.56 |
| HSL | 56.25º | 0.56% | 0.28% | - |
| HSV(B) | 56.25º | 0.72% | 0.44% | - |
| XYZ | 11.96 | 13.79 | 3.33 | - |
| YUV | 98.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 31 | 0 | 0.05 | 0.72 | 0.56 | 56.25 | 0.56 | 0.28 |
| Hex | 6F | 6A | 1F | 0 | 5 | 48 | 38 | 38 | 38 | 1C |
| Octal | 157 | 152 | 37 | 0 | 5 | 110 | 70 | 70 | 70 | 34 |
| Binary | 1101111 | 1101010 | 11111 | 0 | 101 | 1001000 | 111000 | 111000 | 111000 | 11100 |
Color Harmonies of #6F6A1F
Complementary color
Monochromatic Colors of #6F6A1F
Black with #6F6A1F
Text Example
Text Example
White with #6F6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A1F; }
p { color: rgb(111,106,31); }
H1.HeaderClassName
{
color: #6F6A1F;
}
.AnyTagClassName
{
color: #6F6A1F;
}
</style>
background-color css
<style>
a { background-color: #6F6A1F; }
a { background-color: rgb(111,106,31); }
div.DivClassName
{
background-color: #6F6A1F;
}
.BgClassName
{
background-color: #6F6A1F;
}
</style>
border-color css
<style>
span { border-color: #6F6A1F; }
span { border-color: rgb(111,106,31); }
td.TdClassName
{
border-color: #6F6A1F;
}
.TagClassName
{
border-color: #6F6A1F;
}
</style>