Html Css Color HEX #716556 Pine Cone

📋 copy color: '#716556'

red 113 ◦ green 101 ◦ blue 86

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

Shades of Pine Cone #716556

Tints of Pine Cone #716556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 37.67%
G = 33.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#716556 (or 0x716556) is known color: Pine Cone. HEX triplet: 71, 65 and 56. RGB value is (113,101,86). Sum of RGB (Red+Green+Blue) = 113+101+86=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716556 is #8E9AA9. Grayscale: #666666. Windows color (decimal): -9345706 or 5662065. OLE color: 5662065.

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

Color convert

RGB 113 101 86 -
CMYK 0 0.11 0.24 0.56
HSL 33.33º 0.14% 0.39% -
HSV(B) 33.33º 0.24% 0.44% -
XYZ 13.14 13.49 10.72 -
YUV 102.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 113 101 86 0 0.11 0.24 0.56 33.33 0.14 0.39
Hex 71 65 56 0 B 18 38 21 E 27
Octal 161 145 126 0 13 30 70 41 16 47
Binary 1110001 1100101 1010110 0 1011 11000 111000 100001 1110 100111

Color Harmonies of #716556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716556

Black with #716556

Text Example


Text Example

White with #716556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716556; }

 p { color: rgb(113,101,86); }

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

background-color css

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

 a { background-color: rgb(113,101,86); }

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

border-color css

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

 span { border-color: rgb(113,101,86); }

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