Shades of Olivetone #766C1D
Tints of Olivetone #766C1D
RGB
CMYK
RGB Variations
Color information
#766C1D (or 0x766C1D) is known color: Olivetone. HEX triplet: 76, 6C and 1D. RGB value is (118,108,29). Sum of RGB (Red+Green+Blue) = 118+108+29=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C1D is #8993E2. Grayscale: #666666. Windows color (decimal): -9016291 or 1928310. OLE color: 1928310.
HSL color Cylindrical-coordinate representation of color #766C1D: hue angle of 53.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #766C1D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 29 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.54 |
| HSL | 53.26º | 0.61% | 0.29% | - |
| HSV(B) | 53.26º | 0.75% | 0.46% | - |
| XYZ | 13.06 | 14.67 | 3.3 | - |
| YUV | 101.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 29 | 0 | 0.08 | 0.75 | 0.54 | 53.26 | 0.61 | 0.29 |
| Hex | 76 | 6C | 1D | 0 | 8 | 4B | 36 | 35 | 3D | 1D |
| Octal | 166 | 154 | 35 | 0 | 10 | 113 | 66 | 65 | 75 | 35 |
| Binary | 1110110 | 1101100 | 11101 | 0 | 1000 | 1001011 | 110110 | 110101 | 111101 | 11101 |
Color Harmonies of #766C1D
Complementary color
Monochromatic Colors of #766C1D
Black with #766C1D
Text Example
Text Example
White with #766C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C1D; }
p { color: rgb(118,108,29); }
H1.HeaderClassName
{
color: #766C1D;
}
.AnyTagClassName
{
color: #766C1D;
}
</style>
background-color css
<style>
a { background-color: #766C1D; }
a { background-color: rgb(118,108,29); }
div.DivClassName
{
background-color: #766C1D;
}
.BgClassName
{
background-color: #766C1D;
}
</style>
border-color css
<style>
span { border-color: #766C1D; }
span { border-color: rgb(118,108,29); }
td.TdClassName
{
border-color: #766C1D;
}
.TagClassName
{
border-color: #766C1D;
}
</style>