Html Css Color HEX #71645A Pine Cone

📋 copy color: '#71645A'

red 113 ◦ green 100 ◦ blue 90

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

Shades of Pine Cone #71645A

Tints of Pine Cone #71645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 37.29%
G = 33%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71645A (or 0x71645A) is known color: Pine Cone. HEX triplet: 71, 64 and 5A. RGB value is (113,100,90). Sum of RGB (Red+Green+Blue) = 113+100+90=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71645A is #8E9BA5. Grayscale: #666666. Windows color (decimal): -9345958 or 5923953. OLE color: 5923953.

HSL color Cylindrical-coordinate representation of color #71645A: hue angle of 26.09º 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 #71645A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 90 -
CMYK 0 0.12 0.20 0.56
HSL 26.09º 0.11% 0.4% -
HSV(B) 26.09º 0.2% 0.44% -
XYZ 13.21 13.36 11.56 -
YUV 102.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 113 100 90 0 0.12 0.20 0.56 26.09 0.11 0.4
Hex 71 64 5A 0 C 14 38 1A B 28
Octal 161 144 132 0 14 24 70 32 13 50
Binary 1110001 1100100 1011010 0 1100 10100 111000 11010 1011 101000

Color Harmonies of #71645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71645A

Black with #71645A

Text Example


Text Example

White with #71645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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