Html Css Color HEX #716250 Pine Cone

📋 copy color: '#716250'

red 113 ◦ green 98 ◦ blue 80

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

Shades of Pine Cone #716250

Tints of Pine Cone #716250

RGB

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

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

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

R = 38.83%
G = 33.68%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#716250 (or 0x716250) is known color: Pine Cone. HEX triplet: 71, 62 and 50. RGB value is (113,98,80). Sum of RGB (Red+Green+Blue) = 113+98+80=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #716250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716250 is #8E9DAF. Grayscale: #646464. Windows color (decimal): -9346480 or 5268081. OLE color: 5268081.

HSL color Cylindrical-coordinate representation of color #716250: hue angle of 32.73º 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 #716250 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 80 -
CMYK 0 0.13 0.29 0.56
HSL 32.73º 0.17% 0.38% -
HSV(B) 32.73º 0.29% 0.44% -
XYZ 12.63 12.83 9.4 -
YUV 100.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 113 98 80 0 0.13 0.29 0.56 32.73 0.17 0.38
Hex 71 62 50 0 D 1D 38 21 11 26
Octal 161 142 120 0 15 35 70 41 21 46
Binary 1110001 1100010 1010000 0 1101 11101 111000 100001 10001 100110

Color Harmonies of #716250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716250

Black with #716250

Text Example


Text Example

White with #716250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716250; }

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

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

background-color css

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

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

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

border-color css

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

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

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