Shades of Olivetone #6D6B27
Tints of Olivetone #6D6B27
RGB
CMYK
RGB Variations
Color information
#6D6B27 (or 0x6D6B27) is known color: Olivetone. HEX triplet: 6D, 6B and 27. RGB value is (109,107,39). Sum of RGB (Red+Green+Blue) = 109+107+39=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6B27 is #9294D8. Grayscale: #646464. Windows color (decimal): -9606361 or 2583405. OLE color: 2583405.
HSL color Cylindrical-coordinate representation of color #6D6B27: hue angle of 58.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D6B27 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 39 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.57 |
| HSL | 58.29º | 0.47% | 0.29% | - |
| HSV(B) | 58.29º | 0.64% | 0.43% | - |
| XYZ | 11.93 | 13.91 | 3.98 | - |
| YUV | 99.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 39 | 0 | 0.02 | 0.64 | 0.57 | 58.29 | 0.47 | 0.29 |
| Hex | 6D | 6B | 27 | 0 | 2 | 40 | 39 | 3A | 2F | 1D |
| Octal | 155 | 153 | 47 | 0 | 2 | 100 | 71 | 72 | 57 | 35 |
| Binary | 1101101 | 1101011 | 100111 | 0 | 10 | 1000000 | 111001 | 111010 | 101111 | 11101 |
Color Harmonies of #6D6B27
Complementary color
Monochromatic Colors of #6D6B27
Black with #6D6B27
Text Example
Text Example
White with #6D6B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B27; }
p { color: rgb(109,107,39); }
H1.HeaderClassName
{
color: #6D6B27;
}
.AnyTagClassName
{
color: #6D6B27;
}
</style>
background-color css
<style>
a { background-color: #6D6B27; }
a { background-color: rgb(109,107,39); }
div.DivClassName
{
background-color: #6D6B27;
}
.BgClassName
{
background-color: #6D6B27;
}
</style>
border-color css
<style>
span { border-color: #6D6B27; }
span { border-color: rgb(109,107,39); }
td.TdClassName
{
border-color: #6D6B27;
}
.TagClassName
{
border-color: #6D6B27;
}
</style>