#70665C

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

Shades of Pine Cone #70665C

Tints of Pine Cone #70665C

Color information

#70665C (or 0x70665C) is unknown color: approx Pine Cone. HEX triplet: 70, 66 and 5C. RGB value is (112,102,92). Sum of RGB (Red+Green+Blue) = 112+102+92=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #70665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70665C is #8F99A3. Grayscale: #676767. Windows color (decimal): -9410980 or 6055536. OLE color: 6055536.

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

Color convert

RGB11210292-
CMYK00.090.180.56
HSL30º9.8%40%-
HSV(B)30º17.86%43.92%-
XYZ13.3713.7212.07-
YUV103.85121.31133.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=36.60%
G=33.33%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121029200.090.180.56309.840
Hex70665C0912381ea28
Octal1601461340112270361250
Binary1110000110011010111000100110010111000111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70665C; }

 p { color: rgb(112,102,92); }

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

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

 a { background-color: rgb(112,102,92); }

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

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

 span { border-color: rgb(112,102,92); }

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