Html Css Color HEX #716459 Pine Cone

📋 copy color: '#716459'

red 113 ◦ green 100 ◦ blue 89

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

Shades of Pine Cone #716459

Tints of Pine Cone #716459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.47%

R = 37.42%
G = 33.11%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#716459 (or 0x716459) is known color: Pine Cone. HEX triplet: 71, 64 and 59. RGB value is (113,100,89). Sum of RGB (Red+Green+Blue) = 113+100+89=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716459 is #8E9BA6. Grayscale: #666666. Windows color (decimal): -9345959 or 5858417. OLE color: 5858417.

HSL color Cylindrical-coordinate representation of color #716459: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716459 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 89 -
CMYK 0 0.12 0.21 0.56
HSL 27.5º 0.12% 0.4% -
HSV(B) 27.5º 0.21% 0.44% -
XYZ 13.17 13.35 11.33 -
YUV 102.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 113 100 89 0 0.12 0.21 0.56 27.5 0.12 0.4
Hex 71 64 59 0 C 15 38 1C C 28
Octal 161 144 131 0 14 25 70 34 14 50
Binary 1110001 1100100 1011001 0 1100 10101 111000 11100 1100 101000

Color Harmonies of #716459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716459

Black with #716459

Text Example


Text Example

White with #716459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716459; }

 p { color: rgb(113,100,89); }

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

background-color css

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

 a { background-color: rgb(113,100,89); }

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

border-color css

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

 span { border-color: rgb(113,100,89); }

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