Html Css Color HEX #766559 Pine Cone

📋 copy color: '#766559'

red 118 ◦ green 101 ◦ blue 89

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

Shades of Pine Cone #766559

Tints of Pine Cone #766559

RGB

 RED value IS 118 (46.48% from 255) = 38.31%

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

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

R = 38.31%
G = 32.79%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766559 (or 0x766559) is known color: Pine Cone. HEX triplet: 76, 65 and 59. RGB value is (118,101,89). Sum of RGB (Red+Green+Blue) = 118+101+89=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766559 is #899AA6. Grayscale: #686868. Windows color (decimal): -9018023 or 5858678. OLE color: 5858678.

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

Color convert

RGB 118 101 89 -
CMYK 0 0.14 0.25 0.54
HSL 24.83º 0.14% 0.41% -
HSV(B) 24.83º 0.25% 0.46% -
XYZ 13.93 13.88 11.4 -
YUV 104.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 118 101 89 0 0.14 0.25 0.54 24.83 0.14 0.41
Hex 76 65 59 0 E 19 36 19 E 29
Octal 166 145 131 0 16 31 66 31 16 51
Binary 1110110 1100101 1011001 0 1110 11001 110110 11001 1110 101001

Color Harmonies of #766559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766559

Black with #766559

Text Example


Text Example

White with #766559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766559; }

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

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

background-color css

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

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

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

border-color css

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

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

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