Html Css Color HEX #706457 Pine Cone

📋 copy color: '#706457'

red 112 ◦ green 100 ◦ blue 87

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

Shades of Pine Cone #706457

Tints of Pine Cone #706457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

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

R = 37.46%
G = 33.44%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706457 (or 0x706457) is known color: Pine Cone. HEX triplet: 70, 64 and 57. RGB value is (112,100,87). Sum of RGB (Red+Green+Blue) = 112+100+87=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706457 is #8F9BA8. Grayscale: #666666. Windows color (decimal): -9411497 or 5727344. OLE color: 5727344.

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

Color convert

RGB 112 100 87 -
CMYK 0 0.11 0.22 0.56
HSL 31.2º 0.13% 0.39% -
HSV(B) 31.2º 0.22% 0.44% -
XYZ 12.96 13.25 10.89 -
YUV 102.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 112 100 87 0 0.11 0.22 0.56 31.2 0.13 0.39
Hex 70 64 57 0 B 16 38 1F D 27
Octal 160 144 127 0 13 26 70 37 15 47
Binary 1110000 1100100 1010111 0 1011 10110 111000 11111 1101 100111

Color Harmonies of #706457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706457

Black with #706457

Text Example


Text Example

White with #706457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706457; }

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

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

background-color css

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

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

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

border-color css

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

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

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