Shades of Pine Cone #75685B
Tints of Pine Cone #75685B
RGB
CMYK
RGB Variations
Color information
#75685B (or 0x75685B) is known color: Pine Cone. HEX triplet: 75, 68 and 5B. RGB value is (117,104,91). Sum of RGB (Red+Green+Blue) = 117+104+91=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685B is #8A97A4. Grayscale: #6A6A6A. Windows color (decimal): -9082789 or 5990517. OLE color: 5990517.
HSL color Cylindrical-coordinate representation of color #75685B: hue angle of 30º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75685B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 91 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.54 |
| HSL | 30º | 0.13% | 0.41% | - |
| HSV(B) | 30º | 0.22% | 0.46% | - |
| XYZ | 14.17 | 14.44 | 11.94 | - |
| YUV | 106.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 91 | 0 | 0.11 | 0.22 | 0.54 | 30 | 0.13 | 0.41 |
| Hex | 75 | 68 | 5B | 0 | B | 16 | 36 | 1E | C | 29 |
| Octal | 165 | 150 | 133 | 0 | 13 | 26 | 66 | 36 | 14 | 51 |
| Binary | 1110101 | 1101000 | 1011011 | 0 | 1011 | 10110 | 110110 | 11110 | 1100 | 101001 |
Color Harmonies of #75685B
Complementary color
Monochromatic Colors of #75685B
Black with #75685B
Text Example
Text Example
White with #75685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75685B; }
p { color: rgb(117,104,91); }
H1.HeaderClassName
{
color: #75685B;
}
.AnyTagClassName
{
color: #75685B;
}
</style>
background-color css
<style>
a { background-color: #75685B; }
a { background-color: rgb(117,104,91); }
div.DivClassName
{
background-color: #75685B;
}
.BgClassName
{
background-color: #75685B;
}
</style>
border-color css
<style>
span { border-color: #75685B; }
span { border-color: rgb(117,104,91); }
td.TdClassName
{
border-color: #75685B;
}
.TagClassName
{
border-color: #75685B;
}
</style>