Shades of Olivetone #6A6727
Tints of Olivetone #6A6727
RGB
CMYK
RGB Variations
Color information
#6A6727 (or 0x6A6727) is known color: Olivetone. HEX triplet: 6A, 67 and 27. RGB value is (106,103,39). Sum of RGB (Red+Green+Blue) = 106+103+39=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6727 is #9598D8. Grayscale: #606060. Windows color (decimal): -9803993 or 2582378. OLE color: 2582378.
HSL color Cylindrical-coordinate representation of color #6A6727: hue angle of 57.31º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A6727 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 103 | 39 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.58 |
| HSL | 57.31º | 0.46% | 0.28% | - |
| HSV(B) | 57.31º | 0.63% | 0.42% | - |
| XYZ | 11.16 | 12.91 | 3.82 | - |
| YUV | 96.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 39 | 0 | 0.03 | 0.63 | 0.58 | 57.31 | 0.46 | 0.28 |
| Hex | 6A | 67 | 27 | 0 | 3 | 3F | 3A | 39 | 2E | 1C |
| Octal | 152 | 147 | 47 | 0 | 3 | 77 | 72 | 71 | 56 | 34 |
| Binary | 1101010 | 1100111 | 100111 | 0 | 11 | 111111 | 111010 | 111001 | 101110 | 11100 |
Color Harmonies of #6A6727
Complementary color
Monochromatic Colors of #6A6727
Black with #6A6727
Text Example
Text Example
White with #6A6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6727; }
p { color: rgb(106,103,39); }
H1.HeaderClassName
{
color: #6A6727;
}
.AnyTagClassName
{
color: #6A6727;
}
</style>
background-color css
<style>
a { background-color: #6A6727; }
a { background-color: rgb(106,103,39); }
div.DivClassName
{
background-color: #6A6727;
}
.BgClassName
{
background-color: #6A6727;
}
</style>
border-color css
<style>
span { border-color: #6A6727; }
span { border-color: rgb(106,103,39); }
td.TdClassName
{
border-color: #6A6727;
}
.TagClassName
{
border-color: #6A6727;
}
</style>