Html Css Color HEX #716358 Pine Cone

📋 copy color: '#716358'

red 113 ◦ green 99 ◦ blue 88

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

Shades of Pine Cone #716358

Tints of Pine Cone #716358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 37.67%
G = 33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#716358 (or 0x716358) is known color: Pine Cone. HEX triplet: 71, 63 and 58. RGB value is (113,99,88). Sum of RGB (Red+Green+Blue) = 113+99+88=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716358 is #8E9CA7. Grayscale: #656565. Windows color (decimal): -9346216 or 5792625. OLE color: 5792625.

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

Color convert

RGB 113 99 88 -
CMYK 0 0.12 0.22 0.56
HSL 26.4º 0.12% 0.39% -
HSV(B) 26.4º 0.22% 0.44% -
XYZ 13.03 13.14 11.08 -
YUV 101.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 113 99 88 0 0.12 0.22 0.56 26.4 0.12 0.39
Hex 71 63 58 0 C 16 38 1A C 27
Octal 161 143 130 0 14 26 70 32 14 47
Binary 1110001 1100011 1011000 0 1100 10110 111000 11010 1100 100111

Color Harmonies of #716358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716358

Black with #716358

Text Example


Text Example

White with #716358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716358; }

 p { color: rgb(113,99,88); }

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

background-color css

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

 a { background-color: rgb(113,99,88); }

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

border-color css

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

 span { border-color: rgb(113,99,88); }

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