Shades of Pine Cone #71655B
Tints of Pine Cone #71655B
RGB
CMYK
RGB Variations
Color information
#71655B (or 0x71655B) is known color: Pine Cone. HEX triplet: 71, 65 and 5B. RGB value is (113,101,91). Sum of RGB (Red+Green+Blue) = 113+101+91=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71655B is #8E9AA4. Grayscale: #676767. Windows color (decimal): -9345701 or 5989745. OLE color: 5989745.
HSL color Cylindrical-coordinate representation of color #71655B: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71655B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 101 | 91 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.56 |
| HSL | 27.27º | 0.11% | 0.4% | - |
| HSV(B) | 27.27º | 0.19% | 0.44% | - |
| XYZ | 13.35 | 13.57 | 11.81 | - |
| YUV | 103.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 91 | 0 | 0.11 | 0.19 | 0.56 | 27.27 | 0.11 | 0.4 |
| Hex | 71 | 65 | 5B | 0 | B | 13 | 38 | 1B | B | 28 |
| Octal | 161 | 145 | 133 | 0 | 13 | 23 | 70 | 33 | 13 | 50 |
| Binary | 1110001 | 1100101 | 1011011 | 0 | 1011 | 10011 | 111000 | 11011 | 1011 | 101000 |
Color Harmonies of #71655B
Complementary color
Monochromatic Colors of #71655B
Black with #71655B
Text Example
Text Example
White with #71655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71655B; }
p { color: rgb(113,101,91); }
H1.HeaderClassName
{
color: #71655B;
}
.AnyTagClassName
{
color: #71655B;
}
</style>
background-color css
<style>
a { background-color: #71655B; }
a { background-color: rgb(113,101,91); }
div.DivClassName
{
background-color: #71655B;
}
.BgClassName
{
background-color: #71655B;
}
</style>
border-color css
<style>
span { border-color: #71655B; }
span { border-color: rgb(113,101,91); }
td.TdClassName
{
border-color: #71655B;
}
.TagClassName
{
border-color: #71655B;
}
</style>