#71675A

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

Shades of Pine Cone #71675A

Tints of Pine Cone #71675A

Color information

#71675A (or 0x71675A) is unknown color: approx Pine Cone. HEX triplet: 71, 67 and 5A. RGB value is (113,103,90). Sum of RGB (Red+Green+Blue) = 113+103+90=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #71675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71675A is #8E98A5. Grayscale: #686868. Windows color (decimal): -9345190 or 5924721. OLE color: 5924721.

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

Color convert

RGB11310390-
CMYK00.090.200.56
HSL33.91º11.33%39.8%-
HSV(B)33.91º20.35%44.31%-
XYZ13.5113.9511.65-
YUV104.51119.81134.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=36.93%
G=33.66%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131039000.090.200.5633.9111.3339.8
Hex71675A09143822b28
Octal1611471320112470421350
Binary11100011100111101101001001101001110001000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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