#70655A

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

Shades of Pine Cone #70655A

Tints of Pine Cone #70655A

Color information

#70655A (or 0x70655A) is unknown color: approx Pine Cone. HEX triplet: 70, 65 and 5A. RGB value is (112,101,90). Sum of RGB (Red+Green+Blue) = 112+101+90=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655A is #8F9AA5. Grayscale: #676767. Windows color (decimal): -9411238 or 5924208. OLE color: 5924208.

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

Color convert

RGB11210190-
CMYK00.100.200.56
HSL30º10.89%39.61%-
HSV(B)30º19.64%43.92%-
XYZ13.1813.4911.58-
YUV103.04120.64134.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=36.96%
G=33.33%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121019000.100.200.563010.8939.61
Hex70655A0A14381eb28
Octal1601451320122470361350
Binary1110000110010110110100101010100111000111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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