Shades of Olivetone #6F6C1F
Tints of Olivetone #6F6C1F
RGB
CMYK
RGB Variations
Color information
#6F6C1F (or 0x6F6C1F) is known color: Olivetone. HEX triplet: 6F, 6C and 1F. RGB value is (111,108,31). Sum of RGB (Red+Green+Blue) = 111+108+31=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C1F is #9093E0. Grayscale: #646464. Windows color (decimal): -9475041 or 2059375. OLE color: 2059375.
HSL color Cylindrical-coordinate representation of color #6F6C1F: hue angle of 57.75º 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 #6F6C1F is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 31 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.56 |
| HSL | 57.75º | 0.56% | 0.28% | - |
| HSV(B) | 57.75º | 0.72% | 0.44% | - |
| XYZ | 12.17 | 14.2 | 3.4 | - |
| YUV | 100.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 31 | 0 | 0.03 | 0.72 | 0.56 | 57.75 | 0.56 | 0.28 |
| Hex | 6F | 6C | 1F | 0 | 3 | 48 | 38 | 3A | 38 | 1C |
| Octal | 157 | 154 | 37 | 0 | 3 | 110 | 70 | 72 | 70 | 34 |
| Binary | 1101111 | 1101100 | 11111 | 0 | 11 | 1001000 | 111000 | 111010 | 111000 | 11100 |
Color Harmonies of #6F6C1F
Complementary color
Monochromatic Colors of #6F6C1F
Black with #6F6C1F
Text Example
Text Example
White with #6F6C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C1F; }
p { color: rgb(111,108,31); }
H1.HeaderClassName
{
color: #6F6C1F;
}
.AnyTagClassName
{
color: #6F6C1F;
}
</style>
background-color css
<style>
a { background-color: #6F6C1F; }
a { background-color: rgb(111,108,31); }
div.DivClassName
{
background-color: #6F6C1F;
}
.BgClassName
{
background-color: #6F6C1F;
}
</style>
border-color css
<style>
span { border-color: #6F6C1F; }
span { border-color: rgb(111,108,31); }
td.TdClassName
{
border-color: #6F6C1F;
}
.TagClassName
{
border-color: #6F6C1F;
}
</style>