Html Css Color HEX #756859 Pine Cone

📋 copy color: '#756859'

red 117 ◦ green 104 ◦ blue 89

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

Shades of Pine Cone #756859

Tints of Pine Cone #756859

RGB

 RED value IS 117 (46.09% from 255) = 37.74%

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

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

R = 37.74%
G = 33.55%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756859 (or 0x756859) is known color: Pine Cone. HEX triplet: 75, 68 and 59. RGB value is (117,104,89). Sum of RGB (Red+Green+Blue) = 117+104+89=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756859 is #8A97A6. Grayscale: #6A6A6A. Windows color (decimal): -9082791 or 5859445. OLE color: 5859445.

HSL color Cylindrical-coordinate representation of color #756859: hue angle of 32.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756859 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 89 -
CMYK 0 0.11 0.24 0.54
HSL 32.14º 0.14% 0.4% -
HSV(B) 32.14º 0.24% 0.46% -
XYZ 14.09 14.4 11.49 -
YUV 106.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 117 104 89 0 0.11 0.24 0.54 32.14 0.14 0.4
Hex 75 68 59 0 B 18 36 20 E 28
Octal 165 150 131 0 13 30 66 40 16 50
Binary 1110101 1101000 1011001 0 1011 11000 110110 100000 1110 101000

Color Harmonies of #756859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756859

Black with #756859

Text Example


Text Example

White with #756859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756859; }

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

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

background-color css

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

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

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

border-color css

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

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

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