#70655B

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

Shades of Pine Cone #70655B

Tints of Pine Cone #70655B

Color information

#70655B (or 0x70655B) is unknown color: approx Pine Cone. HEX triplet: 70, 65 and 5B. RGB value is (112,101,91). Sum of RGB (Red+Green+Blue) = 112+101+91=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655B is #8F9AA4. Grayscale: #676767. Windows color (decimal): -9411237 or 5989744. OLE color: 5989744.

HSL color Cylindrical-coordinate representation of color #70655B: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70655B is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB11210191-
CMYK00.100.190.56
HSL28.57º10.34%39.8%-
HSV(B)28.57º18.75%43.92%-
XYZ13.2213.5111.81-
YUV103.15121.14134.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=36.84%
G=33.22%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121019100.100.190.5628.5710.3439.8
Hex70655B0A13381da28
Octal1601451330122370351250
Binary1110000110010110110110101010011111000111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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