Html Css Color HEX #71655A Pine Cone

📋 copy color: '#71655A'

red 113 ◦ green 101 ◦ blue 90

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

Shades of Pine Cone #71655A

Tints of Pine Cone #71655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 37.17%
G = 33.22%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71655A (or 0x71655A) is known color: Pine Cone. HEX triplet: 71, 65 and 5A. RGB value is (113,101,90). Sum of RGB (Red+Green+Blue) = 113+101+90=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71655A is #8E9AA5. Grayscale: #676767. Windows color (decimal): -9345702 or 5924209. OLE color: 5924209.

HSL color Cylindrical-coordinate representation of color #71655A: hue angle of 28.7º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71655A is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 90 -
CMYK 0 0.11 0.20 0.56
HSL 28.7º 0.11% 0.4% -
HSV(B) 28.7º 0.2% 0.44% -
XYZ 13.31 13.56 11.59 -
YUV 103.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 113 101 90 0 0.11 0.20 0.56 28.7 0.11 0.4
Hex 71 65 5A 0 B 14 38 1D B 28
Octal 161 145 132 0 13 24 70 35 13 50
Binary 1110001 1100101 1011010 0 1011 10100 111000 11101 1011 101000

Color Harmonies of #71655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71655A

Black with #71655A

Text Example


Text Example

White with #71655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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