Shades of Pine Cone #75685C
Tints of Pine Cone #75685C
RGB
CMYK
RGB Variations
Color information
#75685C (or 0x75685C) is known color: Pine Cone. HEX triplet: 75, 68 and 5C. RGB value is (117,104,92). Sum of RGB (Red+Green+Blue) = 117+104+92=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685C is #8A97A3. Grayscale: #6A6A6A. Windows color (decimal): -9082788 or 6056053. OLE color: 6056053.
HSL color Cylindrical-coordinate representation of color #75685C: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75685C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 92 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.54 |
| HSL | 28.8º | 0.12% | 0.41% | - |
| HSV(B) | 28.8º | 0.21% | 0.46% | - |
| XYZ | 14.22 | 14.46 | 12.17 | - |
| YUV | 106.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 92 | 0 | 0.11 | 0.21 | 0.54 | 28.8 | 0.12 | 0.41 |
| Hex | 75 | 68 | 5C | 0 | B | 15 | 36 | 1D | C | 29 |
| Octal | 165 | 150 | 134 | 0 | 13 | 25 | 66 | 35 | 14 | 51 |
| Binary | 1110101 | 1101000 | 1011100 | 0 | 1011 | 10101 | 110110 | 11101 | 1100 | 101001 |
Color Harmonies of #75685C
Complementary color
Monochromatic Colors of #75685C
Black with #75685C
Text Example
Text Example
White with #75685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75685C; }
p { color: rgb(117,104,92); }
H1.HeaderClassName
{
color: #75685C;
}
.AnyTagClassName
{
color: #75685C;
}
</style>
background-color css
<style>
a { background-color: #75685C; }
a { background-color: rgb(117,104,92); }
div.DivClassName
{
background-color: #75685C;
}
.BgClassName
{
background-color: #75685C;
}
</style>
border-color css
<style>
span { border-color: #75685C; }
span { border-color: rgb(117,104,92); }
td.TdClassName
{
border-color: #75685C;
}
.TagClassName
{
border-color: #75685C;
}
</style>