Shades of Pine Cone #71665A
Tints of Pine Cone #71665A
RGB
CMYK
RGB Variations
Color information
#71665A (or 0x71665A) is known color: Pine Cone. HEX triplet: 71, 66 and 5A. RGB value is (113,102,90). Sum of RGB (Red+Green+Blue) = 113+102+90=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71665A is #8E99A5. Grayscale: #676767. Windows color (decimal): -9345446 or 5924465. OLE color: 5924465.
HSL color Cylindrical-coordinate representation of color #71665A: hue angle of 31.3º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71665A is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 90 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.56 |
| HSL | 31.3º | 0.11% | 0.4% | - |
| HSV(B) | 31.3º | 0.2% | 0.44% | - |
| XYZ | 13.41 | 13.75 | 11.62 | - |
| YUV | 103.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 90 | 0 | 0.10 | 0.20 | 0.56 | 31.3 | 0.11 | 0.4 |
| Hex | 71 | 66 | 5A | 0 | A | 14 | 38 | 1F | B | 28 |
| Octal | 161 | 146 | 132 | 0 | 12 | 24 | 70 | 37 | 13 | 50 |
| Binary | 1110001 | 1100110 | 1011010 | 0 | 1010 | 10100 | 111000 | 11111 | 1011 | 101000 |
Color Harmonies of #71665A
Complementary color
Monochromatic Colors of #71665A
Black with #71665A
Text Example
Text Example
White with #71665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71665A; }
p { color: rgb(113,102,90); }
H1.HeaderClassName
{
color: #71665A;
}
.AnyTagClassName
{
color: #71665A;
}
</style>
background-color css
<style>
a { background-color: #71665A; }
a { background-color: rgb(113,102,90); }
div.DivClassName
{
background-color: #71665A;
}
.BgClassName
{
background-color: #71665A;
}
</style>
border-color css
<style>
span { border-color: #71665A; }
span { border-color: rgb(113,102,90); }
td.TdClassName
{
border-color: #71665A;
}
.TagClassName
{
border-color: #71665A;
}
</style>