#706354

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

Shades of Pine Cone #706354

Tints of Pine Cone #706354

Color information

#706354 (or 0x706354) is unknown color: approx Pine Cone. HEX triplet: 70, 63 and 54. RGB value is (112,99,84). Sum of RGB (Red+Green+Blue) = 112+99+84=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706354 is #8F9CAB. Grayscale: #656565. Windows color (decimal): -9411756 or 5530480. OLE color: 5530480.

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

Color convert

RGB1129984-
CMYK00.120.250.56
HSL32.14º14.29%38.43%-
HSV(B)32.14º25%43.92%-
XYZ12.7413.0110.23-
YUV101.18118.31135.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=37.97%
G=33.56%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112998400.120.250.5632.1414.2938.43
Hex7063540C193820e26
Octal1601431240143170401646
Binary11100001100011101010001100110011110001000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706354; }

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

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

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

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

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

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

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

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