#726658

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

Shades of Pine Cone #726658

Tints of Pine Cone #726658

Color information

#726658 (or 0x726658) is unknown color: approx Pine Cone. HEX triplet: 72, 66 and 58. RGB value is (114,102,88). Sum of RGB (Red+Green+Blue) = 114+102+88=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726658 is #8D99A7. Grayscale: #686868. Windows color (decimal): -9279912 or 5793394. OLE color: 5793394.

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

Color convert

RGB11410288-
CMYK00.110.230.55
HSL32.31º12.87%39.61%-
HSV(B)32.31º22.81%44.71%-
XYZ13.4513.7811.18-
YUV103.99118.98135.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=37.5%
G=33.55%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141028800.110.230.5532.3112.8739.61
Hex7266580B173720d28
Octal1621461300132767401550
Binary11100101100110101100001011101111101111000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726658; }

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

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

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

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

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

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

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

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