Shades of Pine Cone #74685E
Tints of Pine Cone #74685E
RGB
CMYK
RGB Variations
Color information
#74685E (or 0x74685E) is known color: Pine Cone. HEX triplet: 74, 68 and 5E. RGB value is (116,104,94). Sum of RGB (Red+Green+Blue) = 116+104+94=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #74685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685E is #8B97A1. Grayscale: #6A6A6A. Windows color (decimal): -9148322 or 6187124. OLE color: 6187124.
HSL color Cylindrical-coordinate representation of color #74685E: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74685E is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 94 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.55 |
| HSL | 27.27º | 0.1% | 0.41% | - |
| HSV(B) | 27.27º | 0.19% | 0.45% | - |
| XYZ | 14.17 | 14.42 | 12.63 | - |
| YUV | 106.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 94 | 0 | 0.10 | 0.19 | 0.55 | 27.27 | 0.1 | 0.41 |
| Hex | 74 | 68 | 5E | 0 | A | 13 | 37 | 1B | A | 29 |
| Octal | 164 | 150 | 136 | 0 | 12 | 23 | 67 | 33 | 12 | 51 |
| Binary | 1110100 | 1101000 | 1011110 | 0 | 1010 | 10011 | 110111 | 11011 | 1010 | 101001 |
Color Harmonies of #74685E
Complementary color
Monochromatic Colors of #74685E
Black with #74685E
Text Example
Text Example
White with #74685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74685E; }
p { color: rgb(116,104,94); }
H1.HeaderClassName
{
color: #74685E;
}
.AnyTagClassName
{
color: #74685E;
}
</style>
background-color css
<style>
a { background-color: #74685E; }
a { background-color: rgb(116,104,94); }
div.DivClassName
{
background-color: #74685E;
}
.BgClassName
{
background-color: #74685E;
}
</style>
border-color css
<style>
span { border-color: #74685E; }
span { border-color: rgb(116,104,94); }
td.TdClassName
{
border-color: #74685E;
}
.TagClassName
{
border-color: #74685E;
}
</style>