Html Css Color HEX #706557 Pine Cone

📋 copy color: '#706557'

red 112 ◦ green 101 ◦ blue 87

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

Shades of Pine Cone #706557

Tints of Pine Cone #706557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29%

R = 37.33%
G = 33.67%
B = 29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706557 (or 0x706557) is known color: Pine Cone. HEX triplet: 70, 65 and 57. RGB value is (112,101,87). Sum of RGB (Red+Green+Blue) = 112+101+87=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706557 is #8F9AA8. Grayscale: #666666. Windows color (decimal): -9411241 or 5727600. OLE color: 5727600.

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

Color convert

RGB 112 101 87 -
CMYK 0 0.10 0.22 0.56
HSL 33.6º 0.13% 0.39% -
HSV(B) 33.6º 0.22% 0.44% -
XYZ 13.06 13.44 10.92 -
YUV 102.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 112 101 87 0 0.10 0.22 0.56 33.6 0.13 0.39
Hex 70 65 57 0 A 16 38 22 D 27
Octal 160 145 127 0 12 26 70 42 15 47
Binary 1110000 1100101 1010111 0 1010 10110 111000 100010 1101 100111

Color Harmonies of #706557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706557

Black with #706557

Text Example


Text Example

White with #706557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706557; }

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

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

background-color css

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

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

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

border-color css

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

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

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