Html Css Color HEX #716255 Pine Cone

📋 copy color: '#716255'

red 113 ◦ green 98 ◦ blue 85

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

Shades of Pine Cone #716255

Tints of Pine Cone #716255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 38.18%
G = 33.11%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716255 (or 0x716255) is known color: Pine Cone. HEX triplet: 71, 62 and 55. RGB value is (113,98,85). Sum of RGB (Red+Green+Blue) = 113+98+85=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716255 is #8E9DAA. Grayscale: #656565. Windows color (decimal): -9346475 or 5595761. OLE color: 5595761.

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

Color convert

RGB 113 98 85 -
CMYK 0 0.13 0.25 0.56
HSL 27.86º 0.14% 0.39% -
HSV(B) 27.86º 0.25% 0.44% -
XYZ 12.82 12.9 10.41 -
YUV 101 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 113 98 85 0 0.13 0.25 0.56 27.86 0.14 0.39
Hex 71 62 55 0 D 19 38 1C E 27
Octal 161 142 125 0 15 31 70 34 16 47
Binary 1110001 1100010 1010101 0 1101 11001 111000 11100 1110 100111

Color Harmonies of #716255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716255

Black with #716255

Text Example


Text Example

White with #716255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716255; }

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

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

background-color css

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

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

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

border-color css

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

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

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