Html Css Color HEX #716658 Pine Cone

📋 copy color: '#716658'

red 113 ◦ green 102 ◦ blue 88

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

Shades of Pine Cone #716658

Tints of Pine Cone #716658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 37.29%
G = 33.66%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#716658 (or 0x716658) is known color: Pine Cone. HEX triplet: 71, 66 and 58. RGB value is (113,102,88). Sum of RGB (Red+Green+Blue) = 113+102+88=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716658 is #8E99A7. Grayscale: #676767. Windows color (decimal): -9345448 or 5793393. OLE color: 5793393.

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

Color convert

RGB 113 102 88 -
CMYK 0 0.10 0.22 0.56
HSL 33.6º 0.12% 0.39% -
HSV(B) 33.6º 0.22% 0.44% -
XYZ 13.32 13.72 11.18 -
YUV 103.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 113 102 88 0 0.10 0.22 0.56 33.6 0.12 0.39
Hex 71 66 58 0 A 16 38 22 C 27
Octal 161 146 130 0 12 26 70 42 14 47
Binary 1110001 1100110 1011000 0 1010 10110 111000 100010 1100 100111

Color Harmonies of #716658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716658

Black with #716658

Text Example


Text Example

White with #716658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716658; }

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

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

background-color css

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

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

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

border-color css

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

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

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