#706659

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

Shades of Pine Cone #706659

Tints of Pine Cone #706659

Color information

#706659 (or 0x706659) is unknown color: approx Pine Cone. HEX triplet: 70, 66 and 59. RGB value is (112,102,89). Sum of RGB (Red+Green+Blue) = 112+102+89=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706659 is #8F99A6. Grayscale: #676767. Windows color (decimal): -9410983 or 5858928. OLE color: 5858928.

HSL color Cylindrical-coordinate representation of color #706659: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706659 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB11210289-
CMYK00.090.210.56
HSL33.91º11.44%39.41%-
HSV(B)33.91º20.54%43.92%-
XYZ13.2413.6711.39-
YUV103.51119.81134.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=36.96%
G=33.66%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121028900.090.210.5633.9111.4439.41
Hex70665909153822b27
Octal1601461310112570421347
Binary11100001100110101100101001101011110001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706659; }

 p { color: rgb(112,102,89); }

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

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

 a { background-color: rgb(112,102,89); }

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

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

 span { border-color: rgb(112,102,89); }

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