Shades of Olivetone #766C1B
Tints of Olivetone #766C1B
RGB
CMYK
RGB Variations
Color information
#766C1B (or 0x766C1B) is known color: Olivetone. HEX triplet: 76, 6C and 1B. RGB value is (118,108,27). Sum of RGB (Red+Green+Blue) = 118+108+27=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C1B is #8993E4. Grayscale: #666666. Windows color (decimal): -9016293 or 1797238. OLE color: 1797238.
HSL color Cylindrical-coordinate representation of color #766C1B: hue angle of 53.41º 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 #766C1B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 27 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.54 |
| HSL | 53.41º | 0.63% | 0.28% | - |
| HSV(B) | 53.41º | 0.77% | 0.46% | - |
| XYZ | 13.03 | 14.66 | 3.18 | - |
| YUV | 101.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 27 | 0 | 0.08 | 0.77 | 0.54 | 53.41 | 0.63 | 0.28 |
| Hex | 76 | 6C | 1B | 0 | 8 | 4D | 36 | 35 | 3F | 1C |
| Octal | 166 | 154 | 33 | 0 | 10 | 115 | 66 | 65 | 77 | 34 |
| Binary | 1110110 | 1101100 | 11011 | 0 | 1000 | 1001101 | 110110 | 110101 | 111111 | 11100 |
Color Harmonies of #766C1B
Complementary color
Monochromatic Colors of #766C1B
Black with #766C1B
Text Example
Text Example
White with #766C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C1B; }
p { color: rgb(118,108,27); }
H1.HeaderClassName
{
color: #766C1B;
}
.AnyTagClassName
{
color: #766C1B;
}
</style>
background-color css
<style>
a { background-color: #766C1B; }
a { background-color: rgb(118,108,27); }
div.DivClassName
{
background-color: #766C1B;
}
.BgClassName
{
background-color: #766C1B;
}
</style>
border-color css
<style>
span { border-color: #766C1B; }
span { border-color: rgb(118,108,27); }
td.TdClassName
{
border-color: #766C1B;
}
.TagClassName
{
border-color: #766C1B;
}
</style>