#72655A

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

Shades of Pine Cone #72655A

Tints of Pine Cone #72655A

Color information

#72655A (or 0x72655A) is unknown color: approx Pine Cone. HEX triplet: 72, 65 and 5A. RGB value is (114,101,90). Sum of RGB (Red+Green+Blue) = 114+101+90=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655A is #8D9AA5. Grayscale: #676767. Windows color (decimal): -9280166 or 5924210. OLE color: 5924210.

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

Color convert

RGB11410190-
CMYK00.110.210.55
HSL27.5º11.76%40%-
HSV(B)27.5º21.05%44.71%-
XYZ13.4413.6211.59-
YUV103.63120.31135.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=37.38%
G=33.11%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141019000.110.210.5527.511.7640
Hex72655A0B15371cc28
Octal1621451320132567341450
Binary1110010110010110110100101110101110111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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