#70675E

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

Shades of Pine Cone #70675E

Tints of Pine Cone #70675E

Color information

#70675E (or 0x70675E) is unknown color: approx Pine Cone. HEX triplet: 70, 67 and 5E. RGB value is (112,103,94). Sum of RGB (Red+Green+Blue) = 112+103+94=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675E is #8F98A1. Grayscale: #686868. Windows color (decimal): -9410722 or 6186864. OLE color: 6186864.

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

Color convert

RGB11210394-
CMYK00.080.160.56
HSL30º8.74%40.39%-
HSV(B)30º16.07%43.92%-
XYZ13.5513.9512.57-
YUV104.66121.98133.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=36.25%
G=33.33%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121039400.080.160.56308.7440.39
Hex70675E0810381e928
Octal1601471360102070361150
Binary1110000110011110111100100010000111000111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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