Html Css Color HEX #746859 Pine Cone

📋 copy color: '#746859'

red 116 ◦ green 104 ◦ blue 89

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

Shades of Pine Cone #746859

Tints of Pine Cone #746859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

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

R = 37.54%
G = 33.66%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#746859 (or 0x746859) is known color: Pine Cone. HEX triplet: 74, 68 and 59. RGB value is (116,104,89). Sum of RGB (Red+Green+Blue) = 116+104+89=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #746859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746859 is #8B97A6. Grayscale: #696969. Windows color (decimal): -9148327 or 5859444. OLE color: 5859444.

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

Color convert

RGB 116 104 89 -
CMYK 0 0.10 0.23 0.55
HSL 33.33º 0.13% 0.4% -
HSV(B) 33.33º 0.23% 0.45% -
XYZ 13.96 14.33 11.48 -
YUV 105.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 116 104 89 0 0.10 0.23 0.55 33.33 0.13 0.4
Hex 74 68 59 0 A 17 37 21 D 28
Octal 164 150 131 0 12 27 67 41 15 50
Binary 1110100 1101000 1011001 0 1010 10111 110111 100001 1101 101000

Color Harmonies of #746859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746859

Black with #746859

Text Example


Text Example

White with #746859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746859; }

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

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

background-color css

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

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

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

border-color css

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

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

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