Html Css Color HEX #706256 Pine Cone

📋 copy color: '#706256'

red 112 ◦ green 98 ◦ blue 86

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

Shades of Pine Cone #706256

Tints of Pine Cone #706256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 37.84%
G = 33.11%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706256 (or 0x706256) is known color: Pine Cone. HEX triplet: 70, 62 and 56. RGB value is (112,98,86). Sum of RGB (Red+Green+Blue) = 112+98+86=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706256 is #8F9DA9. Grayscale: #646464. Windows color (decimal): -9412010 or 5661296. OLE color: 5661296.

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

Color convert

RGB 112 98 86 -
CMYK 0 0.13 0.23 0.56
HSL 27.69º 0.13% 0.39% -
HSV(B) 27.69º 0.23% 0.44% -
XYZ 12.73 12.85 10.61 -
YUV 100.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 112 98 86 0 0.13 0.23 0.56 27.69 0.13 0.39
Hex 70 62 56 0 D 17 38 1C D 27
Octal 160 142 126 0 15 27 70 34 15 47
Binary 1110000 1100010 1010110 0 1101 10111 111000 11100 1101 100111

Color Harmonies of #706256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706256

Black with #706256

Text Example


Text Example

White with #706256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706256; }

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

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

background-color css

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

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

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

border-color css

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

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

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