Html Css Color HEX #716557 Pine Cone

📋 copy color: '#716557'

red 113 ◦ green 101 ◦ blue 87

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

Shades of Pine Cone #716557

Tints of Pine Cone #716557

RGB

 RED value IS 113 (44.53% from 255) = 37.54%

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

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

R = 37.54%
G = 33.55%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#716557 (or 0x716557) is known color: Pine Cone. HEX triplet: 71, 65 and 57. RGB value is (113,101,87). Sum of RGB (Red+Green+Blue) = 113+101+87=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716557 is #8E9AA8. Grayscale: #676767. Windows color (decimal): -9345705 or 5727601. OLE color: 5727601.

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

Color convert

RGB 113 101 87 -
CMYK 0 0.11 0.23 0.56
HSL 32.31º 0.13% 0.39% -
HSV(B) 32.31º 0.23% 0.44% -
XYZ 13.18 13.51 10.93 -
YUV 102.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 113 101 87 0 0.11 0.23 0.56 32.31 0.13 0.39
Hex 71 65 57 0 B 17 38 20 D 27
Octal 161 145 127 0 13 27 70 40 15 47
Binary 1110001 1100101 1010111 0 1011 10111 111000 100000 1101 100111

Color Harmonies of #716557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716557

Black with #716557

Text Example


Text Example

White with #716557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716557; }

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

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

background-color css

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

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

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

border-color css

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

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

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