#70675F

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

Shades of Pine Cone #70675F

Tints of Pine Cone #70675F

Color information

#70675F (or 0x70675F) is unknown color: approx Pine Cone. HEX triplet: 70, 67 and 5F. RGB value is (112,103,95). Sum of RGB (Red+Green+Blue) = 112+103+95=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675F is #8F98A0. Grayscale: #686868. Windows color (decimal): -9410721 or 6252400. OLE color: 6252400.

HSL color Cylindrical-coordinate representation of color #70675F: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70675F is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB11210395-
CMYK00.080.150.56
HSL28.24º8.21%40.59%-
HSV(B)28.24º15.18%43.92%-
XYZ13.613.9712.81-
YUV104.78122.48133.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=36.13%
G=33.23%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121039500.080.150.5628.248.2140.59
Hex70675F08F381c829
Octal1601471370101770341051
Binary111000011001111011111010001111111000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70675F; }

 p { color: rgb(112,103,95); }

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

<style>
 a { background-color: #70675F; }

 a { background-color: rgb(112,103,95); }

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

<style>
 span { border-color: #70675F; }

 span { border-color: rgb(112,103,95); }

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