Html Css Color HEX #716659 Pine Cone

📋 copy color: '#716659'

red 113 ◦ green 102 ◦ blue 89

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

Shades of Pine Cone #716659

Tints of Pine Cone #716659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

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

R = 37.17%
G = 33.55%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#716659 (or 0x716659) is known color: Pine Cone. HEX triplet: 71, 66 and 59. RGB value is (113,102,89). Sum of RGB (Red+Green+Blue) = 113+102+89=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716659 is #8E99A6. Grayscale: #676767. Windows color (decimal): -9345447 or 5858929. OLE color: 5858929.

HSL color Cylindrical-coordinate representation of color #716659: hue angle of 32.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 #716659 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 89 -
CMYK 0 0.10 0.21 0.56
HSL 32.5º 0.12% 0.4% -
HSV(B) 32.5º 0.21% 0.44% -
XYZ 13.36 13.73 11.4 -
YUV 103.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 113 102 89 0 0.10 0.21 0.56 32.5 0.12 0.4
Hex 71 66 59 0 A 15 38 20 C 28
Octal 161 146 131 0 12 25 70 40 14 50
Binary 1110001 1100110 1011001 0 1010 10101 111000 100000 1100 101000

Color Harmonies of #716659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716659

Black with #716659

Text Example


Text Example

White with #716659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716659; }

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

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

background-color css

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

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

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

border-color css

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

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

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