Shades of Olivetone #6B6B24
Tints of Olivetone #6B6B24
RGB
CMYK
RGB Variations
Color information
#6B6B24 (or 0x6B6B24) is known color: Olivetone. HEX triplet: 6B, 6B and 24. RGB value is (107,107,36). Sum of RGB (Red+Green+Blue) = 107+107+36=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6B24 is #9494DB. Grayscale: #636363. Windows color (decimal): -9737436 or 2386795. OLE color: 2386795.
HSL color Cylindrical-coordinate representation of color #6B6B24: hue angle of 60º degrees, saturation: 0.5, 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 #6B6B24 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 107 | 36 | - |
| CMYK | 0 | 0 | 0.66 | 0.58 |
| HSL | 60º | 0.5% | 0.28% | - |
| HSV(B) | 60º | 0.66% | 0.42% | - |
| XYZ | 11.64 | 13.77 | 3.71 | - |
| YUV | 98.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 36 | 0 | 0 | 0.66 | 0.58 | 60 | 0.5 | 0.28 |
| Hex | 6B | 6B | 24 | 0 | 0 | 42 | 3A | 3C | 32 | 1C |
| Octal | 153 | 153 | 44 | 0 | 0 | 102 | 72 | 74 | 62 | 34 |
| Binary | 1101011 | 1101011 | 100100 | 0 | 0 | 1000010 | 111010 | 111100 | 110010 | 11100 |
Color Harmonies of #6B6B24
Complementary color
Monochromatic Colors of #6B6B24
Black with #6B6B24
Text Example
Text Example
White with #6B6B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B24; }
p { color: rgb(107,107,36); }
H1.HeaderClassName
{
color: #6B6B24;
}
.AnyTagClassName
{
color: #6B6B24;
}
</style>
background-color css
<style>
a { background-color: #6B6B24; }
a { background-color: rgb(107,107,36); }
div.DivClassName
{
background-color: #6B6B24;
}
.BgClassName
{
background-color: #6B6B24;
}
</style>
border-color css
<style>
span { border-color: #6B6B24; }
span { border-color: rgb(107,107,36); }
td.TdClassName
{
border-color: #6B6B24;
}
.TagClassName
{
border-color: #6B6B24;
}
</style>