Html Css Color HEX #716455 Pine Cone

📋 copy color: '#716455'

red 113 ◦ green 100 ◦ blue 85

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

Shades of Pine Cone #716455

Tints of Pine Cone #716455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 37.92%
G = 33.56%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716455 (or 0x716455) is known color: Pine Cone. HEX triplet: 71, 64 and 55. RGB value is (113,100,85). Sum of RGB (Red+Green+Blue) = 113+100+85=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716455 is #8E9BAA. Grayscale: #666666. Windows color (decimal): -9345963 or 5596273. OLE color: 5596273.

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

Color convert

RGB 113 100 85 -
CMYK 0 0.12 0.25 0.56
HSL 32.14º 0.14% 0.39% -
HSV(B) 32.14º 0.25% 0.44% -
XYZ 13.01 13.28 10.47 -
YUV 102.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 113 100 85 0 0.12 0.25 0.56 32.14 0.14 0.39
Hex 71 64 55 0 C 19 38 20 E 27
Octal 161 144 125 0 14 31 70 40 16 47
Binary 1110001 1100100 1010101 0 1100 11001 111000 100000 1110 100111

Color Harmonies of #716455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716455

Black with #716455

Text Example


Text Example

White with #716455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716455; }

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

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

background-color css

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

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

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

border-color css

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

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

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