Shades of Pine Cone #74685A
Tints of Pine Cone #74685A
RGB
CMYK
RGB Variations
Color information
#74685A (or 0x74685A) is known color: Pine Cone. HEX triplet: 74, 68 and 5A. RGB value is (116,104,90). Sum of RGB (Red+Green+Blue) = 116+104+90=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685A is #8B97A5. Grayscale: #6A6A6A. Windows color (decimal): -9148326 or 5924980. OLE color: 5924980.
HSL color Cylindrical-coordinate representation of color #74685A: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74685A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 90 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.55 |
| HSL | 32.31º | 0.13% | 0.4% | - |
| HSV(B) | 32.31º | 0.22% | 0.45% | - |
| XYZ | 14 | 14.35 | 11.71 | - |
| YUV | 105.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 90 | 0 | 0.10 | 0.22 | 0.55 | 32.31 | 0.13 | 0.4 |
| Hex | 74 | 68 | 5A | 0 | A | 16 | 37 | 20 | D | 28 |
| Octal | 164 | 150 | 132 | 0 | 12 | 26 | 67 | 40 | 15 | 50 |
| Binary | 1110100 | 1101000 | 1011010 | 0 | 1010 | 10110 | 110111 | 100000 | 1101 | 101000 |
Color Harmonies of #74685A
Complementary color
Monochromatic Colors of #74685A
Black with #74685A
Text Example
Text Example
White with #74685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74685A; }
p { color: rgb(116,104,90); }
H1.HeaderClassName
{
color: #74685A;
}
.AnyTagClassName
{
color: #74685A;
}
</style>
background-color css
<style>
a { background-color: #74685A; }
a { background-color: rgb(116,104,90); }
div.DivClassName
{
background-color: #74685A;
}
.BgClassName
{
background-color: #74685A;
}
</style>
border-color css
<style>
span { border-color: #74685A; }
span { border-color: rgb(116,104,90); }
td.TdClassName
{
border-color: #74685A;
}
.TagClassName
{
border-color: #74685A;
}
</style>