Shades of Pine Cone #72685E
Tints of Pine Cone #72685E
RGB
CMYK
RGB Variations
Color information
#72685E (or 0x72685E) is known color: Pine Cone. HEX triplet: 72, 68 and 5E. RGB value is (114,104,94). Sum of RGB (Red+Green+Blue) = 114+104+94=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685E is #8D97A1. Grayscale: #696969. Windows color (decimal): -9279394 or 6187122. OLE color: 6187122.
HSL color Cylindrical-coordinate representation of color #72685E: hue angle of 30º 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 #72685E is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 104 | 94 | - |
CMYK | 0 | 0.09 | 0.18 | 0.55 |
HSL | 30º | 0.1% | 0.41% | - |
HSV(B) | 30º | 0.18% | 0.45% | - |
XYZ | 13.91 | 14.29 | 12.61 | - |
YUV | 105.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 104 | 94 | 0 | 0.09 | 0.18 | 0.55 | 30 | 0.1 | 0.41 |
Hex | 72 | 68 | 5E | 0 | 9 | 12 | 37 | 1E | A | 29 |
Octal | 162 | 150 | 136 | 0 | 11 | 22 | 67 | 36 | 12 | 51 |
Binary | 1110010 | 1101000 | 1011110 | 0 | 1001 | 10010 | 110111 | 11110 | 1010 | 101001 |
Color Harmonies of #72685E
Complementary color
Monochromatic Colors of #72685E
Black with #72685E
Text Example
Text Example
White with #72685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72685E; }
p { color: rgb(114,104,94); }
H1.HeaderClassName
{
color: #72685E;
}
.AnyTagClassName
{
color: #72685E;
}
</style>
background-color css
<style>
a { background-color: #72685E; }
a { background-color: rgb(114,104,94); }
div.DivClassName
{
background-color: #72685E;
}
.BgClassName
{
background-color: #72685E;
}
</style>
border-color css
<style>
span { border-color: #72685E; }
span { border-color: rgb(114,104,94); }
td.TdClassName
{
border-color: #72685E;
}
.TagClassName
{
border-color: #72685E;
}
</style>