#706459

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

Shades of Pine Cone #706459

Tints of Pine Cone #706459

Color information

#706459 (or 0x706459) is unknown color: approx Pine Cone. HEX triplet: 70, 64 and 59. RGB value is (112,100,89). Sum of RGB (Red+Green+Blue) = 112+100+89=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706459 is #8F9BA6. Grayscale: #666666. Windows color (decimal): -9411495 or 5858416. OLE color: 5858416.

HSL color Cylindrical-coordinate representation of color #706459: hue angle of 28.7º 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 #706459 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB11210089-
CMYK00.110.210.56
HSL28.7º11.44%39.41%-
HSV(B)28.7º20.54%43.92%-
XYZ13.0413.2811.33-
YUV102.33120.48134.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=37.21%
G=33.22%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121008900.110.210.5628.711.4439.41
Hex7064590B15381db27
Octal1601441310132570351347
Binary1110000110010010110010101110101111000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706459; }

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

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

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

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

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

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

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

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