#71655A

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

Shades of Pine Cone #71655A

Tints of Pine Cone #71655A

Color information

#71655A (or 0x71655A) is unknown color: approx Pine Cone. HEX triplet: 71, 65 and 5A. RGB value is (113,101,90). Sum of RGB (Red+Green+Blue) = 113+101+90=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71655A is #8E9AA5. Grayscale: #676767. Windows color (decimal): -9345702 or 5924209. OLE color: 5924209.

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

Color convert

RGB11310190-
CMYK00.110.200.56
HSL28.7º11.33%39.8%-
HSV(B)28.7º20.35%44.31%-
XYZ13.3113.5611.59-
YUV103.33120.48134.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=37.17%
G=33.22%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131019000.110.200.5628.711.3339.8
Hex71655A0B14381db28
Octal1611451320132470351350
Binary1110001110010110110100101110100111000111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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