Shades of Olivetone #6C6B25
Tints of Olivetone #6C6B25
RGB
CMYK
RGB Variations
Color information
#6C6B25 (or 0x6C6B25) is known color: Olivetone. HEX triplet: 6C, 6B and 25. RGB value is (108,107,37). Sum of RGB (Red+Green+Blue) = 108+107+37=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6B25 is #9394DA. Grayscale: #636363. Windows color (decimal): -9671899 or 2452332. OLE color: 2452332.
HSL color Cylindrical-coordinate representation of color #6C6B25: hue angle of 59.15º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C6B25 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 107 | 37 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.58 |
| HSL | 59.15º | 0.49% | 0.28% | - |
| HSV(B) | 59.15º | 0.66% | 0.42% | - |
| XYZ | 11.78 | 13.84 | 3.8 | - |
| YUV | 99.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 37 | 0 | 0.01 | 0.66 | 0.58 | 59.15 | 0.49 | 0.28 |
| Hex | 6C | 6B | 25 | 0 | 1 | 42 | 3A | 3B | 31 | 1C |
| Octal | 154 | 153 | 45 | 0 | 1 | 102 | 72 | 73 | 61 | 34 |
| Binary | 1101100 | 1101011 | 100101 | 0 | 1 | 1000010 | 111010 | 111011 | 110001 | 11100 |
Color Harmonies of #6C6B25
Complementary color
Monochromatic Colors of #6C6B25
Black with #6C6B25
Text Example
Text Example
White with #6C6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B25; }
p { color: rgb(108,107,37); }
H1.HeaderClassName
{
color: #6C6B25;
}
.AnyTagClassName
{
color: #6C6B25;
}
</style>
background-color css
<style>
a { background-color: #6C6B25; }
a { background-color: rgb(108,107,37); }
div.DivClassName
{
background-color: #6C6B25;
}
.BgClassName
{
background-color: #6C6B25;
}
</style>
border-color css
<style>
span { border-color: #6C6B25; }
span { border-color: rgb(108,107,37); }
td.TdClassName
{
border-color: #6C6B25;
}
.TagClassName
{
border-color: #6C6B25;
}
</style>