Shades of Pine Cone #75624C
Tints of Pine Cone #75624C
RGB
CMYK
RGB Variations
Color information
#75624C (or 0x75624C) is known color: Pine Cone. HEX triplet: 75, 62 and 4C. RGB value is (117,98,76). Sum of RGB (Red+Green+Blue) = 117+98+76=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75624C is #8A9DB3. Grayscale: #656565. Windows color (decimal): -9084340 or 5005941. OLE color: 5005941.
HSL color Cylindrical-coordinate representation of color #75624C: hue angle of 32.2º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75624C is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 76 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.54 |
| HSL | 32.2º | 0.21% | 0.38% | - |
| HSV(B) | 32.2º | 0.35% | 0.46% | - |
| XYZ | 13.01 | 13.04 | 8.67 | - |
| YUV | 101.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 76 | 0 | 0.16 | 0.35 | 0.54 | 32.2 | 0.21 | 0.38 |
| Hex | 75 | 62 | 4C | 0 | 10 | 23 | 36 | 20 | 15 | 26 |
| Octal | 165 | 142 | 114 | 0 | 20 | 43 | 66 | 40 | 25 | 46 |
| Binary | 1110101 | 1100010 | 1001100 | 0 | 10000 | 100011 | 110110 | 100000 | 10101 | 100110 |
Color Harmonies of #75624C
Complementary color
Monochromatic Colors of #75624C
Black with #75624C
Text Example
Text Example
White with #75624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75624C; }
p { color: rgb(117,98,76); }
H1.HeaderClassName
{
color: #75624C;
}
.AnyTagClassName
{
color: #75624C;
}
</style>
background-color css
<style>
a { background-color: #75624C; }
a { background-color: rgb(117,98,76); }
div.DivClassName
{
background-color: #75624C;
}
.BgClassName
{
background-color: #75624C;
}
</style>
border-color css
<style>
span { border-color: #75624C; }
span { border-color: rgb(117,98,76); }
td.TdClassName
{
border-color: #75624C;
}
.TagClassName
{
border-color: #75624C;
}
</style>