Shades of Olivetone #6B6B28
Tints of Olivetone #6B6B28
RGB
CMYK
RGB Variations
Color information
#6B6B28 (or 0x6B6B28) is known color: Olivetone. HEX triplet: 6B, 6B and 28. RGB value is (107,107,40). Sum of RGB (Red+Green+Blue) = 107+107+40=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6B28 is #9494D7. Grayscale: #636363. Windows color (decimal): -9737432 or 2648939. OLE color: 2648939.
HSL color Cylindrical-coordinate representation of color #6B6B28: hue angle of 60º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B6B28 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 107 | 40 | - |
| CMYK | 0 | 0 | 0.63 | 0.58 |
| HSL | 60º | 0.46% | 0.29% | - |
| HSV(B) | 60º | 0.63% | 0.42% | - |
| XYZ | 11.7 | 13.79 | 4.05 | - |
| YUV | 99.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 40 | 0 | 0 | 0.63 | 0.58 | 60 | 0.46 | 0.29 |
| Hex | 6B | 6B | 28 | 0 | 0 | 3F | 3A | 3C | 2E | 1D |
| Octal | 153 | 153 | 50 | 0 | 0 | 77 | 72 | 74 | 56 | 35 |
| Binary | 1101011 | 1101011 | 101000 | 0 | 0 | 111111 | 111010 | 111100 | 101110 | 11101 |
Color Harmonies of #6B6B28
Complementary color
Monochromatic Colors of #6B6B28
Black with #6B6B28
Text Example
Text Example
White with #6B6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B28; }
p { color: rgb(107,107,40); }
H1.HeaderClassName
{
color: #6B6B28;
}
.AnyTagClassName
{
color: #6B6B28;
}
</style>
background-color css
<style>
a { background-color: #6B6B28; }
a { background-color: rgb(107,107,40); }
div.DivClassName
{
background-color: #6B6B28;
}
.BgClassName
{
background-color: #6B6B28;
}
</style>
border-color css
<style>
span { border-color: #6B6B28; }
span { border-color: rgb(107,107,40); }
td.TdClassName
{
border-color: #6B6B28;
}
.TagClassName
{
border-color: #6B6B28;
}
</style>