#70645B

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

Shades of Pine Cone #70645B

Tints of Pine Cone #70645B

Color information

#70645B (or 0x70645B) is unknown color: approx Pine Cone. HEX triplet: 70, 64 and 5B. RGB value is (112,100,91). Sum of RGB (Red+Green+Blue) = 112+100+91=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70645B is #8F9BA4. Grayscale: #666666. Windows color (decimal): -9411493 or 5989488. OLE color: 5989488.

HSL color Cylindrical-coordinate representation of color #70645B: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70645B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB11210091-
CMYK00.110.190.56
HSL25.71º10.34%39.8%-
HSV(B)25.71º18.75%43.92%-
XYZ13.1313.3111.78-
YUV102.56121.48134.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=36.96%
G=33.00%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121009100.110.190.5625.7110.3439.8
Hex70645B0B13381aa28
Octal1601441330132370321250
Binary1110000110010010110110101110011111000110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70645B; }

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

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

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

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

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

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

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

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