Html Css Color HEX #716256 Pine Cone

📋 copy color: '#716256'

red 113 ◦ green 98 ◦ blue 86

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

Shades of Pine Cone #716256

Tints of Pine Cone #716256

RGB

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

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

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

R = 38.05%
G = 33%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#716256 (or 0x716256) is known color: Pine Cone. HEX triplet: 71, 62 and 56. RGB value is (113,98,86). Sum of RGB (Red+Green+Blue) = 113+98+86=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716256 is #8E9DA9. Grayscale: #656565. Windows color (decimal): -9346474 or 5661297. OLE color: 5661297.

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

Color convert

RGB 113 98 86 -
CMYK 0 0.13 0.24 0.56
HSL 26.67º 0.14% 0.39% -
HSV(B) 26.67º 0.24% 0.44% -
XYZ 12.86 12.92 10.62 -
YUV 101.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 113 98 86 0 0.13 0.24 0.56 26.67 0.14 0.39
Hex 71 62 56 0 D 18 38 1B E 27
Octal 161 142 126 0 15 30 70 33 16 47
Binary 1110001 1100010 1010110 0 1101 11000 111000 11011 1110 100111

Color Harmonies of #716256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716256

Black with #716256

Text Example


Text Example

White with #716256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716256; }

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

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

background-color css

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

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

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

border-color css

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

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

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