Html Css Color HEX #706356 Pine Cone

📋 copy color: '#706356'

red 112 ◦ green 99 ◦ blue 86

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

Shades of Pine Cone #706356

Tints of Pine Cone #706356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 37.71%
G = 33.33%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706356 (or 0x706356) is known color: Pine Cone. HEX triplet: 70, 63 and 56. RGB value is (112,99,86). Sum of RGB (Red+Green+Blue) = 112+99+86=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706356 is #8F9CA9. Grayscale: #656565. Windows color (decimal): -9411754 or 5661552. OLE color: 5661552.

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

Color convert

RGB 112 99 86 -
CMYK 0 0.12 0.23 0.56
HSL 30º 0.13% 0.39% -
HSV(B) 30º 0.23% 0.44% -
XYZ 12.82 13.04 10.65 -
YUV 101.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 112 99 86 0 0.12 0.23 0.56 30 0.13 0.39
Hex 70 63 56 0 C 17 38 1E D 27
Octal 160 143 126 0 14 27 70 36 15 47
Binary 1110000 1100011 1010110 0 1100 10111 111000 11110 1101 100111

Color Harmonies of #706356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706356

Black with #706356

Text Example


Text Example

White with #706356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706356; }

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

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

background-color css

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

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

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

border-color css

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

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

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