Html Css Color HEX #71665E Pine Cone

📋 copy color: '#71665E'

red 113 ◦ green 102 ◦ blue 94

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

Shades of Pine Cone #71665E

Tints of Pine Cone #71665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 36.57%
G = 33.01%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71665E (or 0x71665E) is known color: Pine Cone. HEX triplet: 71, 66 and 5E. RGB value is (113,102,94). Sum of RGB (Red+Green+Blue) = 113+102+94=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71665E is #8E99A1. Grayscale: #686868. Windows color (decimal): -9345442 or 6186609. OLE color: 6186609.

HSL color Cylindrical-coordinate representation of color #71665E: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71665E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 94 -
CMYK 0 0.10 0.17 0.56
HSL 25.26º 0.09% 0.41% -
HSV(B) 25.26º 0.17% 0.44% -
XYZ 13.58 13.82 12.54 -
YUV 104.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 113 102 94 0 0.10 0.17 0.56 25.26 0.09 0.41
Hex 71 66 5E 0 A 11 38 19 9 29
Octal 161 146 136 0 12 21 70 31 11 51
Binary 1110001 1100110 1011110 0 1010 10001 111000 11001 1001 101001

Color Harmonies of #71665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71665E

Black with #71665E

Text Example


Text Example

White with #71665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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