Html Css Color HEX #716964 Pine Cone

📋 copy color: '#716964'

red 113 ◦ green 105 ◦ blue 100

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

Shades of Pine Cone #716964

Tints of Pine Cone #716964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 35.53%
G = 33.02%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716964 (or 0x716964) is known color: Pine Cone. HEX triplet: 71, 69 and 64. RGB value is (113,105,100). Sum of RGB (Red+Green+Blue) = 113+105+100=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716964 is #8E969B. Grayscale: #6A6A6A. Windows color (decimal): -9344668 or 6580593. OLE color: 6580593.

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

Color convert

RGB 113 105 100 -
CMYK 0 0.07 0.12 0.56
HSL 23.08º 0.06% 0.42% -
HSV(B) 23.08º 0.12% 0.44% -
XYZ 14.16 14.53 14.12 -
YUV 106.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 113 105 100 0 0.07 0.12 0.56 23.08 0.06 0.42
Hex 71 69 64 0 7 C 38 17 6 2A
Octal 161 151 144 0 7 14 70 27 6 52
Binary 1110001 1101001 1100100 0 111 1100 111000 10111 110 101010

Color Harmonies of #716964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716964

Black with #716964

Text Example


Text Example

White with #716964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716964; }

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

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

background-color css

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

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

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

border-color css

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

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

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