Shades of Olivetone #6B692B
Tints of Olivetone #6B692B
RGB
CMYK
RGB Variations
Color information
#6B692B (or 0x6B692B) is known color: Olivetone. HEX triplet: 6B, 69 and 2B. RGB value is (107,105,43). Sum of RGB (Red+Green+Blue) = 107+105+43=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B692B is #9496D4. Grayscale: #626262. Windows color (decimal): -9737941 or 2845035. OLE color: 2845035.
HSL color Cylindrical-coordinate representation of color #6B692B: hue angle of 58.12º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B692B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 43 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.58 |
| HSL | 58.13º | 0.43% | 0.29% | - |
| HSV(B) | 58.13º | 0.6% | 0.42% | - |
| XYZ | 11.55 | 13.4 | 4.26 | - |
| YUV | 98.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 43 | 0 | 0.02 | 0.60 | 0.58 | 58.13 | 0.43 | 0.29 |
| Hex | 6B | 69 | 2B | 0 | 2 | 3C | 3A | 3A | 2B | 1D |
| Octal | 153 | 151 | 53 | 0 | 2 | 74 | 72 | 72 | 53 | 35 |
| Binary | 1101011 | 1101001 | 101011 | 0 | 10 | 111100 | 111010 | 111010 | 101011 | 11101 |
Color Harmonies of #6B692B
Complementary color
Monochromatic Colors of #6B692B
Black with #6B692B
Text Example
Text Example
White with #6B692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B692B; }
p { color: rgb(107,105,43); }
H1.HeaderClassName
{
color: #6B692B;
}
.AnyTagClassName
{
color: #6B692B;
}
</style>
background-color css
<style>
a { background-color: #6B692B; }
a { background-color: rgb(107,105,43); }
div.DivClassName
{
background-color: #6B692B;
}
.BgClassName
{
background-color: #6B692B;
}
</style>
border-color css
<style>
span { border-color: #6B692B; }
span { border-color: rgb(107,105,43); }
td.TdClassName
{
border-color: #6B692B;
}
.TagClassName
{
border-color: #6B692B;
}
</style>