Html Css Color HEX #746659 Pine Cone

📋 copy color: '#746659'

red 116 ◦ green 102 ◦ blue 89

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

Shades of Pine Cone #746659

Tints of Pine Cone #746659

RGB

 RED value IS 116 (45.7% from 255) = 37.79%

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

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 37.79%
G = 33.22%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#746659 (or 0x746659) is known color: Pine Cone. HEX triplet: 74, 66 and 59. RGB value is (116,102,89). Sum of RGB (Red+Green+Blue) = 116+102+89=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #746659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746659 is #8B99A6. Grayscale: #686868. Windows color (decimal): -9148839 or 5858932. OLE color: 5858932.

HSL color Cylindrical-coordinate representation of color #746659: hue angle of 28.89º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746659 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 89 -
CMYK 0 0.12 0.23 0.55
HSL 28.89º 0.13% 0.4% -
HSV(B) 28.89º 0.23% 0.45% -
XYZ 13.76 13.94 11.42 -
YUV 104.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 116 102 89 0 0.12 0.23 0.55 28.89 0.13 0.4
Hex 74 66 59 0 C 17 37 1D D 28
Octal 164 146 131 0 14 27 67 35 15 50
Binary 1110100 1100110 1011001 0 1100 10111 110111 11101 1101 101000

Color Harmonies of #746659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746659

Black with #746659

Text Example


Text Example

White with #746659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746659; }

 p { color: rgb(116,102,89); }

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

background-color css

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

 a { background-color: rgb(116,102,89); }

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

border-color css

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

 span { border-color: rgb(116,102,89); }

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