Shades of Olivetone #6F6A27
Tints of Olivetone #6F6A27
RGB
CMYK
RGB Variations
Color information
#6F6A27 (or 0x6F6A27) is known color: Olivetone. HEX triplet: 6F, 6A and 27. RGB value is (111,106,39). Sum of RGB (Red+Green+Blue) = 111+106+39=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A27 is #9095D8. Grayscale: #646464. Windows color (decimal): -9475545 or 2583151. OLE color: 2583151.
HSL color Cylindrical-coordinate representation of color #6F6A27: hue angle of 55.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F6A27 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 39 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.56 |
| HSL | 55.83º | 0.48% | 0.29% | - |
| HSV(B) | 55.83º | 0.65% | 0.44% | - |
| XYZ | 12.08 | 13.83 | 3.95 | - |
| YUV | 99.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 39 | 0 | 0.05 | 0.65 | 0.56 | 55.83 | 0.48 | 0.29 |
| Hex | 6F | 6A | 27 | 0 | 5 | 41 | 38 | 38 | 30 | 1D |
| Octal | 157 | 152 | 47 | 0 | 5 | 101 | 70 | 70 | 60 | 35 |
| Binary | 1101111 | 1101010 | 100111 | 0 | 101 | 1000001 | 111000 | 111000 | 110000 | 11101 |
Color Harmonies of #6F6A27
Complementary color
Monochromatic Colors of #6F6A27
Black with #6F6A27
Text Example
Text Example
White with #6F6A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A27; }
p { color: rgb(111,106,39); }
H1.HeaderClassName
{
color: #6F6A27;
}
.AnyTagClassName
{
color: #6F6A27;
}
</style>
background-color css
<style>
a { background-color: #6F6A27; }
a { background-color: rgb(111,106,39); }
div.DivClassName
{
background-color: #6F6A27;
}
.BgClassName
{
background-color: #6F6A27;
}
</style>
border-color css
<style>
span { border-color: #6F6A27; }
span { border-color: rgb(111,106,39); }
td.TdClassName
{
border-color: #6F6A27;
}
.TagClassName
{
border-color: #6F6A27;
}
</style>