#726556

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

Shades of Pine Cone #726556

Tints of Pine Cone #726556

Color information

#726556 (or 0x726556) is unknown color: approx Pine Cone. HEX triplet: 72, 65 and 56. RGB value is (114,101,86). Sum of RGB (Red+Green+Blue) = 114+101+86=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726556 is #8D9AA9. Grayscale: #676767. Windows color (decimal): -9280170 or 5662066. OLE color: 5662066.

HSL color Cylindrical-coordinate representation of color #726556: hue angle of 32.14º 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 #726556 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11410186-
CMYK00.110.250.55
HSL32.14º14%39.22%-
HSV(B)32.14º24.56%44.71%-
XYZ13.2713.5610.72-
YUV103.18118.31135.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=37.87%
G=33.55%
B=28.57%

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
Decimal1141018600.110.250.5532.141439.22
Hex7265560B193720e27
Octal1621451260133167401647
Binary11100101100101101011001011110011101111000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726556; }

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

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

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

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

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

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

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

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