#726656

Color #726656 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #726656

Tints of Pine Cone #726656

Color information

#726656 (or 0x726656) is unknown color: approx Pine Cone. HEX triplet: 72, 66 and 56. RGB value is (114,102,86). Sum of RGB (Red+Green+Blue) = 114+102+86=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726656 is #8D99A9. Grayscale: #676767. Windows color (decimal): -9279914 or 5662322. OLE color: 5662322.

HSL color Cylindrical-coordinate representation of color #726656: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726656 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11410286-
CMYK00.110.250.55
HSL34.29º14%39.22%-
HSV(B)34.29º24.56%44.71%-
XYZ13.3713.7510.75-
YUV103.76117.98135.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=37.75%
G=33.77%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141028600.110.250.5534.291439.22
Hex7266560B193722e27
Octal1621461260133167421647
Binary11100101100110101011001011110011101111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726656; }

 p { color: rgb(114,102,86); }

 H1.HeaderClassName
 {
   color: #726656;
 }
 .AnyTagClassName
 {
   color: #726656;
 }
</style>
background-color css

<style>
 a { background-color: #726656; }

 a { background-color: rgb(114,102,86); }

 div.DivClassName
 {
   background-color: #726656;
 }
 .BgClassName
 {
   background-color: #726656;
 }
</style>
border-color css

<style>
 span { border-color: #726656; }

 span { border-color: rgb(114,102,86); }

 td.TdClassName
 {
   border-color: #726656;
 }
 .TagClassName
 {
   border-color: #726656;
 }
</style>