Shades of Olivetone #766D1C
Tints of Olivetone #766D1C
RGB
CMYK
RGB Variations
Color information
#766D1C (or 0x766D1C) is known color: Olivetone. HEX triplet: 76, 6D and 1C. RGB value is (118,109,28). Sum of RGB (Red+Green+Blue) = 118+109+28=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1C is #8992E3. Grayscale: #666666. Windows color (decimal): -9016036 or 1863030. OLE color: 1863030.
HSL color Cylindrical-coordinate representation of color #766D1C: hue angle of 54º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #766D1C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 28 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.54 |
| HSL | 54º | 0.62% | 0.29% | - |
| HSV(B) | 54º | 0.76% | 0.46% | - |
| XYZ | 13.15 | 14.87 | 3.28 | - |
| YUV | 102.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 28 | 0 | 0.08 | 0.76 | 0.54 | 54 | 0.62 | 0.29 |
| Hex | 76 | 6D | 1C | 0 | 8 | 4C | 36 | 36 | 3E | 1D |
| Octal | 166 | 155 | 34 | 0 | 10 | 114 | 66 | 66 | 76 | 35 |
| Binary | 1110110 | 1101101 | 11100 | 0 | 1000 | 1001100 | 110110 | 110110 | 111110 | 11101 |
Color Harmonies of #766D1C
Complementary color
Monochromatic Colors of #766D1C
Black with #766D1C
Text Example
Text Example
White with #766D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D1C; }
p { color: rgb(118,109,28); }
H1.HeaderClassName
{
color: #766D1C;
}
.AnyTagClassName
{
color: #766D1C;
}
</style>
background-color css
<style>
a { background-color: #766D1C; }
a { background-color: rgb(118,109,28); }
div.DivClassName
{
background-color: #766D1C;
}
.BgClassName
{
background-color: #766D1C;
}
</style>
border-color css
<style>
span { border-color: #766D1C; }
span { border-color: rgb(118,109,28); }
td.TdClassName
{
border-color: #766D1C;
}
.TagClassName
{
border-color: #766D1C;
}
</style>