Html Css Color HEX #70675F Pine Cone

📋 copy color: '#70675F'

red 112 ◦ green 103 ◦ blue 95

#70675F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #70675F

Tints of Pine Cone #70675F

RGB

 RED value IS 112 (44.14% from 255) = 36.13%

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 36.13%
G = 33.23%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70675F (or 0x70675F) is known color: Pine Cone. HEX triplet: 70, 67 and 5F. RGB value is (112,103,95). Sum of RGB (Red+Green+Blue) = 112+103+95=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675F is #8F98A0. Grayscale: #686868. Windows color (decimal): -9410721 or 6252400. OLE color: 6252400.

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

Color convert

RGB 112 103 95 -
CMYK 0 0.08 0.15 0.56
HSL 28.24º 0.08% 0.41% -
HSV(B) 28.24º 0.15% 0.44% -
XYZ 13.6 13.97 12.81 -
YUV 104.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 112 103 95 0 0.08 0.15 0.56 28.24 0.08 0.41
Hex 70 67 5F 0 8 F 38 1C 8 29
Octal 160 147 137 0 10 17 70 34 10 51
Binary 1110000 1100111 1011111 0 1000 1111 111000 11100 1000 101001

Color Harmonies of #70675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70675F

Black with #70675F

Text Example


Text Example

White with #70675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70675F;
 }
 .AnyTagClassName
 {
   color: #70675F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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