#706253

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

Shades of Pine Cone #706253

Tints of Pine Cone #706253

Color information

#706253 (or 0x706253) is unknown color: approx Pine Cone. HEX triplet: 70, 62 and 53. RGB value is (112,98,83). Sum of RGB (Red+Green+Blue) = 112+98+83=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706253 is #8F9DAC. Grayscale: #646464. Windows color (decimal): -9412013 or 5464688. OLE color: 5464688.

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

Color convert

RGB1129883-
CMYK00.130.260.56
HSL31.03º14.87%38.24%-
HSV(B)31.03º25.89%43.92%-
XYZ12.6112.89.99-
YUV100.48118.14136.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=38.23%
G=33.45%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112988300.130.260.5631.0314.8738.24
Hex7062530D1A381ff26
Octal1601421230153270371746
Binary1110000110001010100110110111010111000111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706253; }

 p { color: rgb(112,98,83); }

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

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

 a { background-color: rgb(112,98,83); }

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

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

 span { border-color: rgb(112,98,83); }

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