Html Css Color HEX #706556 Pine Cone

📋 copy color: '#706556'

red 112 ◦ green 101 ◦ blue 86

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

Shades of Pine Cone #706556

Tints of Pine Cone #706556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

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

R = 37.46%
G = 33.78%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706556 (or 0x706556) is known color: Pine Cone. HEX triplet: 70, 65 and 56. RGB value is (112,101,86). Sum of RGB (Red+Green+Blue) = 112+101+86=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706556 is #8F9AA9. Grayscale: #666666. Windows color (decimal): -9411242 or 5662064. OLE color: 5662064.

HSL color Cylindrical-coordinate representation of color #706556: hue angle of 34.62º 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 #706556 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 86 -
CMYK 0 0.10 0.23 0.56
HSL 34.62º 0.13% 0.39% -
HSV(B) 34.62º 0.23% 0.44% -
XYZ 13.02 13.42 10.71 -
YUV 102.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 112 101 86 0 0.10 0.23 0.56 34.62 0.13 0.39
Hex 70 65 56 0 A 17 38 23 D 27
Octal 160 145 126 0 12 27 70 43 15 47
Binary 1110000 1100101 1010110 0 1010 10111 111000 100011 1101 100111

Color Harmonies of #706556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706556

Black with #706556

Text Example


Text Example

White with #706556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706556; }

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

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

background-color css

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

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

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

border-color css

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

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

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