#706357

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

Shades of Pine Cone #706357

Tints of Pine Cone #706357

Color information

#706357 (or 0x706357) is unknown color: approx Pine Cone. HEX triplet: 70, 63 and 57. RGB value is (112,99,87). Sum of RGB (Red+Green+Blue) = 112+99+87=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706357 is #8F9CA8. Grayscale: #656565. Windows color (decimal): -9411753 or 5727088. OLE color: 5727088.

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

Color convert

RGB1129987-
CMYK00.120.220.56
HSL28.8º12.56%39.02%-
HSV(B)28.8º22.32%43.92%-
XYZ12.8613.0610.86-
YUV101.52119.81135.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=37.58%
G=33.22%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112998700.120.220.5628.812.5639.02
Hex7063570C16381dd27
Octal1601431270142670351547
Binary1110000110001110101110110010110111000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706357; }

 p { color: rgb(112,99,87); }

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

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

 a { background-color: rgb(112,99,87); }

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

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

 span { border-color: rgb(112,99,87); }

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