Shades of Pine Cone #75644F
Tints of Pine Cone #75644F
RGB
CMYK
RGB Variations
Color information
#75644F (or 0x75644F) is known color: Pine Cone. HEX triplet: 75, 64 and 4F. RGB value is (117,100,79). Sum of RGB (Red+Green+Blue) = 117+100+79=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75644F is #8A9BB0. Grayscale: #666666. Windows color (decimal): -9083825 or 5203061. OLE color: 5203061.
HSL color Cylindrical-coordinate representation of color #75644F: hue angle of 33.16º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75644F is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 79 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.54 |
| HSL | 33.16º | 0.19% | 0.38% | - |
| HSV(B) | 33.16º | 0.32% | 0.46% | - |
| XYZ | 13.3 | 13.46 | 9.29 | - |
| YUV | 102.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 79 | 0 | 0.15 | 0.32 | 0.54 | 33.16 | 0.19 | 0.38 |
| Hex | 75 | 64 | 4F | 0 | F | 20 | 36 | 21 | 13 | 26 |
| Octal | 165 | 144 | 117 | 0 | 17 | 40 | 66 | 41 | 23 | 46 |
| Binary | 1110101 | 1100100 | 1001111 | 0 | 1111 | 100000 | 110110 | 100001 | 10011 | 100110 |
Color Harmonies of #75644F
Complementary color
Monochromatic Colors of #75644F
Black with #75644F
Text Example
Text Example
White with #75644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75644F; }
p { color: rgb(117,100,79); }
H1.HeaderClassName
{
color: #75644F;
}
.AnyTagClassName
{
color: #75644F;
}
</style>
background-color css
<style>
a { background-color: #75644F; }
a { background-color: rgb(117,100,79); }
div.DivClassName
{
background-color: #75644F;
}
.BgClassName
{
background-color: #75644F;
}
</style>
border-color css
<style>
span { border-color: #75644F; }
span { border-color: rgb(117,100,79); }
td.TdClassName
{
border-color: #75644F;
}
.TagClassName
{
border-color: #75644F;
}
</style>