Html Css Color HEX #706862 Pine Cone

📋 copy color: '#706862'

red 112 ◦ green 104 ◦ blue 98

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

Shades of Pine Cone #706862

Tints of Pine Cone #706862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 35.67%
G = 33.12%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706862 (or 0x706862) is known color: Pine Cone. HEX triplet: 70, 68 and 62. RGB value is (112,104,98). Sum of RGB (Red+Green+Blue) = 112+104+98=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706862 is #8F979D. Grayscale: #696969. Windows color (decimal): -9410462 or 6449264. OLE color: 6449264.

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

Color convert

RGB 112 104 98 -
CMYK 0 0.07 0.13 0.56
HSL 25.71º 0.07% 0.41% -
HSV(B) 25.71º 0.13% 0.44% -
XYZ 13.84 14.23 13.57 -
YUV 105.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 112 104 98 0 0.07 0.13 0.56 25.71 0.07 0.41
Hex 70 68 62 0 7 D 38 1A 7 29
Octal 160 150 142 0 7 15 70 32 7 51
Binary 1110000 1101000 1100010 0 111 1101 111000 11010 111 101001

Color Harmonies of #706862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706862

Black with #706862

Text Example


Text Example

White with #706862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706862; }

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

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

background-color css

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

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

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

border-color css

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

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

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