Shades of Olivetone #6F6C31
Tints of Olivetone #6F6C31
RGB
CMYK
RGB Variations
Color information
#6F6C31 (or 0x6F6C31) is known color: Olivetone. HEX triplet: 6F, 6C and 31. RGB value is (111,108,49). Sum of RGB (Red+Green+Blue) = 111+108+49=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C31 is #9093CE. Grayscale: #666666. Windows color (decimal): -9475023 or 3239023. OLE color: 3239023.
HSL color Cylindrical-coordinate representation of color #6F6C31: hue angle of 57.1º 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 #6F6C31 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 49 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.56 |
| HSL | 57.1º | 0.39% | 0.31% | - |
| HSV(B) | 57.1º | 0.56% | 0.44% | - |
| XYZ | 12.47 | 14.33 | 5.01 | - |
| YUV | 102.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 49 | 0 | 0.03 | 0.56 | 0.56 | 57.1 | 0.39 | 0.31 |
| Hex | 6F | 6C | 31 | 0 | 3 | 38 | 38 | 39 | 27 | 1F |
| Octal | 157 | 154 | 61 | 0 | 3 | 70 | 70 | 71 | 47 | 37 |
| Binary | 1101111 | 1101100 | 110001 | 0 | 11 | 111000 | 111000 | 111001 | 100111 | 11111 |
Color Harmonies of #6F6C31
Complementary color
Monochromatic Colors of #6F6C31
Black with #6F6C31
Text Example
Text Example
White with #6F6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C31; }
p { color: rgb(111,108,49); }
H1.HeaderClassName
{
color: #6F6C31;
}
.AnyTagClassName
{
color: #6F6C31;
}
</style>
background-color css
<style>
a { background-color: #6F6C31; }
a { background-color: rgb(111,108,49); }
div.DivClassName
{
background-color: #6F6C31;
}
.BgClassName
{
background-color: #6F6C31;
}
</style>
border-color css
<style>
span { border-color: #6F6C31; }
span { border-color: rgb(111,108,49); }
td.TdClassName
{
border-color: #6F6C31;
}
.TagClassName
{
border-color: #6F6C31;
}
</style>