Shades of Pine Cone #74685F
Tints of Pine Cone #74685F
RGB
CMYK
RGB Variations
Color information
#74685F (or 0x74685F) is known color: Pine Cone. HEX triplet: 74, 68 and 5F. RGB value is (116,104,95). Sum of RGB (Red+Green+Blue) = 116+104+95=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #74685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685F is #8B97A0. Grayscale: #6A6A6A. Windows color (decimal): -9148321 or 6252660. OLE color: 6252660.
HSL color Cylindrical-coordinate representation of color #74685F: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74685F is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 95 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.55 |
| HSL | 25.71º | 0.1% | 0.41% | - |
| HSV(B) | 25.71º | 0.18% | 0.45% | - |
| XYZ | 14.22 | 14.44 | 12.86 | - |
| YUV | 106.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 95 | 0 | 0.10 | 0.18 | 0.55 | 25.71 | 0.1 | 0.41 |
| Hex | 74 | 68 | 5F | 0 | A | 12 | 37 | 1A | A | 29 |
| Octal | 164 | 150 | 137 | 0 | 12 | 22 | 67 | 32 | 12 | 51 |
| Binary | 1110100 | 1101000 | 1011111 | 0 | 1010 | 10010 | 110111 | 11010 | 1010 | 101001 |
Color Harmonies of #74685F
Complementary color
Monochromatic Colors of #74685F
Black with #74685F
Text Example
Text Example
White with #74685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74685F; }
p { color: rgb(116,104,95); }
H1.HeaderClassName
{
color: #74685F;
}
.AnyTagClassName
{
color: #74685F;
}
</style>
background-color css
<style>
a { background-color: #74685F; }
a { background-color: rgb(116,104,95); }
div.DivClassName
{
background-color: #74685F;
}
.BgClassName
{
background-color: #74685F;
}
</style>
border-color css
<style>
span { border-color: #74685F; }
span { border-color: rgb(116,104,95); }
td.TdClassName
{
border-color: #74685F;
}
.TagClassName
{
border-color: #74685F;
}
</style>