Html Css Color HEX #756559 Pine Cone

📋 copy color: '#756559'

red 117 ◦ green 101 ◦ blue 89

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

Shades of Pine Cone #756559

Tints of Pine Cone #756559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 38.11%
G = 32.9%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756559 (or 0x756559) is known color: Pine Cone. HEX triplet: 75, 65 and 59. RGB value is (117,101,89). Sum of RGB (Red+Green+Blue) = 117+101+89=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756559 is #8A9AA6. Grayscale: #686868. Windows color (decimal): -9083559 or 5858677. OLE color: 5858677.

HSL color Cylindrical-coordinate representation of color #756559: hue angle of 25.71º 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 #756559 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 89 -
CMYK 0 0.14 0.24 0.54
HSL 25.71º 0.14% 0.4% -
HSV(B) 25.71º 0.24% 0.46% -
XYZ 13.79 13.81 11.39 -
YUV 104.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 117 101 89 0 0.14 0.24 0.54 25.71 0.14 0.4
Hex 75 65 59 0 E 18 36 1A E 28
Octal 165 145 131 0 16 30 66 32 16 50
Binary 1110101 1100101 1011001 0 1110 11000 110110 11010 1110 101000

Color Harmonies of #756559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756559

Black with #756559

Text Example


Text Example

White with #756559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756559; }

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

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

background-color css

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

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

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

border-color css

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

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

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