Html Css Color HEX #716150 Pine Cone

📋 copy color: '#716150'

red 113 ◦ green 97 ◦ blue 80

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

Shades of Pine Cone #716150

Tints of Pine Cone #716150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 38.97%
G = 33.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#716150 (or 0x716150) is known color: Pine Cone. HEX triplet: 71, 61 and 50. RGB value is (113,97,80). Sum of RGB (Red+Green+Blue) = 113+97+80=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716150 is #8E9EAF. Grayscale: #636363. Windows color (decimal): -9346736 or 5267825. OLE color: 5267825.

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

Color convert

RGB 113 97 80 -
CMYK 0 0.14 0.29 0.56
HSL 30.91º 0.17% 0.38% -
HSV(B) 30.91º 0.29% 0.44% -
XYZ 12.53 12.64 9.37 -
YUV 99.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 113 97 80 0 0.14 0.29 0.56 30.91 0.17 0.38
Hex 71 61 50 0 E 1D 38 1F 11 26
Octal 161 141 120 0 16 35 70 37 21 46
Binary 1110001 1100001 1010000 0 1110 11101 111000 11111 10001 100110

Color Harmonies of #716150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716150

Black with #716150

Text Example


Text Example

White with #716150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716150; }

 p { color: rgb(113,97,80); }

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

background-color css

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

 a { background-color: rgb(113,97,80); }

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

border-color css

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

 span { border-color: rgb(113,97,80); }

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