Shades of Olivetone #766A1B
Tints of Olivetone #766A1B
RGB
CMYK
RGB Variations
Color information
#766A1B (or 0x766A1B) is known color: Olivetone. HEX triplet: 76, 6A and 1B. RGB value is (118,106,27). Sum of RGB (Red+Green+Blue) = 118+106+27=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A1B is #8995E4. Grayscale: #646464. Windows color (decimal): -9016805 or 1796726. OLE color: 1796726.
HSL color Cylindrical-coordinate representation of color #766A1B: hue angle of 52.09º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #766A1B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 27 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.54 |
| HSL | 52.09º | 0.63% | 0.28% | - |
| HSV(B) | 52.09º | 0.77% | 0.46% | - |
| XYZ | 12.82 | 14.24 | 3.11 | - |
| YUV | 100.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 27 | 0 | 0.10 | 0.77 | 0.54 | 52.09 | 0.63 | 0.28 |
| Hex | 76 | 6A | 1B | 0 | A | 4D | 36 | 34 | 3F | 1C |
| Octal | 166 | 152 | 33 | 0 | 12 | 115 | 66 | 64 | 77 | 34 |
| Binary | 1110110 | 1101010 | 11011 | 0 | 1010 | 1001101 | 110110 | 110100 | 111111 | 11100 |
Color Harmonies of #766A1B
Complementary color
Monochromatic Colors of #766A1B
Black with #766A1B
Text Example
Text Example
White with #766A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A1B; }
p { color: rgb(118,106,27); }
H1.HeaderClassName
{
color: #766A1B;
}
.AnyTagClassName
{
color: #766A1B;
}
</style>
background-color css
<style>
a { background-color: #766A1B; }
a { background-color: rgb(118,106,27); }
div.DivClassName
{
background-color: #766A1B;
}
.BgClassName
{
background-color: #766A1B;
}
</style>
border-color css
<style>
span { border-color: #766A1B; }
span { border-color: rgb(118,106,27); }
td.TdClassName
{
border-color: #766A1B;
}
.TagClassName
{
border-color: #766A1B;
}
</style>