#70675B

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

Shades of Pine Cone #70675B

Tints of Pine Cone #70675B

Color information

#70675B (or 0x70675B) is unknown color: approx Pine Cone. HEX triplet: 70, 67 and 5B. RGB value is (112,103,91). Sum of RGB (Red+Green+Blue) = 112+103+91=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #70675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675B is #8F98A4. Grayscale: #686868. Windows color (decimal): -9410725 or 5990256. OLE color: 5990256.

HSL color Cylindrical-coordinate representation of color #70675B: hue angle of 34.29º 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 #70675B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB11210391-
CMYK00.080.190.56
HSL34.29º10.34%39.8%-
HSV(B)34.29º18.75%43.92%-
XYZ13.4213.911.87-
YUV104.32120.48133.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=36.60%
G=33.66%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121039100.080.190.5634.2910.3439.8
Hex70675B08133822a28
Octal1601471330102370421250
Binary11100001100111101101101000100111110001000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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