#72655C

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

Shades of Pine Cone #72655C

Tints of Pine Cone #72655C

Color information

#72655C (or 0x72655C) is unknown color: approx Pine Cone. HEX triplet: 72, 65 and 5C. RGB value is (114,101,92). Sum of RGB (Red+Green+Blue) = 114+101+92=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655C is #8D9AA3. Grayscale: #676767. Windows color (decimal): -9280164 or 6055282. OLE color: 6055282.

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

Color convert

RGB11410192-
CMYK00.110.190.55
HSL24.55º10.68%40.39%-
HSV(B)24.55º19.3%44.71%-
XYZ13.5213.6612.05-
YUV103.86121.31135.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=37.13%
G=32.90%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141019200.110.190.5524.5510.6840.39
Hex72655C0B133719b28
Octal1621451340132367311350
Binary1110010110010110111000101110011110111110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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