Html Css Color HEX #716251 Pine Cone

📋 copy color: '#716251'

red 113 ◦ green 98 ◦ blue 81

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

Shades of Pine Cone #716251

Tints of Pine Cone #716251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 38.7%
G = 33.56%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#716251 (or 0x716251) is known color: Pine Cone. HEX triplet: 71, 62 and 51. RGB value is (113,98,81). Sum of RGB (Red+Green+Blue) = 113+98+81=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #716251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716251 is #8E9DAE. Grayscale: #646464. Windows color (decimal): -9346479 or 5333617. OLE color: 5333617.

HSL color Cylindrical-coordinate representation of color #716251: hue angle of 31.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716251 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 81 -
CMYK 0 0.13 0.28 0.56
HSL 31.88º 0.16% 0.38% -
HSV(B) 31.88º 0.28% 0.44% -
XYZ 12.66 12.84 9.6 -
YUV 100.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 113 98 81 0 0.13 0.28 0.56 31.88 0.16 0.38
Hex 71 62 51 0 D 1C 38 20 10 26
Octal 161 142 121 0 15 34 70 40 20 46
Binary 1110001 1100010 1010001 0 1101 11100 111000 100000 10000 100110

Color Harmonies of #716251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716251

Black with #716251

Text Example


Text Example

White with #716251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716251; }

 p { color: rgb(113,98,81); }

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

background-color css

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

 a { background-color: rgb(113,98,81); }

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

border-color css

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

 span { border-color: rgb(113,98,81); }

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