#72655B

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

Shades of Pine Cone #72655B

Tints of Pine Cone #72655B

Color information

#72655B (or 0x72655B) is unknown color: approx Pine Cone. HEX triplet: 72, 65 and 5B. RGB value is (114,101,91). Sum of RGB (Red+Green+Blue) = 114+101+91=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655B is #8D9AA4. Grayscale: #676767. Windows color (decimal): -9280165 or 5989746. OLE color: 5989746.

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

Color convert

RGB11410191-
CMYK00.110.200.55
HSL26.09º11.22%40.2%-
HSV(B)26.09º20.18%44.71%-
XYZ13.4813.6411.82-
YUV103.75120.81135.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=37.25%
G=33.01%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141019100.110.200.5526.0911.2240.2
Hex72655B0B14371ab28
Octal1621451330132467321350
Binary1110010110010110110110101110100110111110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72655B; }

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

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

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

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

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

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

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

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