#71645A

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

Shades of Pine Cone #71645A

Tints of Pine Cone #71645A

Color information

#71645A (or 0x71645A) is unknown color: approx Pine Cone. HEX triplet: 71, 64 and 5A. RGB value is (113,100,90). Sum of RGB (Red+Green+Blue) = 113+100+90=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71645A is #8E9BA5. Grayscale: #666666. Windows color (decimal): -9345958 or 5923953. OLE color: 5923953.

HSL color Cylindrical-coordinate representation of color #71645A: hue angle of 26.09º 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 #71645A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11310090-
CMYK00.120.200.56
HSL26.09º11.33%39.8%-
HSV(B)26.09º20.35%44.31%-
XYZ13.2113.3611.56-
YUV102.75120.81135.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=37.29%
G=33.00%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131009000.120.200.5626.0911.3339.8
Hex71645A0C14381ab28
Octal1611441320142470321350
Binary1110001110010010110100110010100111000110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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