Html Css Color HEX #766659 Pine Cone

📋 copy color: '#766659'

red 118 ◦ green 102 ◦ blue 89

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

Shades of Pine Cone #766659

Tints of Pine Cone #766659

RGB

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

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

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

R = 38.19%
G = 33.01%
B = 28.8%

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

#766659 (or 0x766659) is known color: Pine Cone. HEX triplet: 76, 66 and 59. RGB value is (118,102,89). Sum of RGB (Red+Green+Blue) = 118+102+89=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766659 is #8999A6. Grayscale: #696969. Windows color (decimal): -9017767 or 5858934. OLE color: 5858934.

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

Color convert

RGB 118 102 89 -
CMYK 0 0.14 0.25 0.54
HSL 26.9º 0.14% 0.41% -
HSV(B) 26.9º 0.25% 0.46% -
XYZ 14.03 14.08 11.43 -
YUV 105.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 118 102 89 0 0.14 0.25 0.54 26.9 0.14 0.41
Hex 76 66 59 0 E 19 36 1B E 29
Octal 166 146 131 0 16 31 66 33 16 51
Binary 1110110 1100110 1011001 0 1110 11001 110110 11011 1110 101001

Color Harmonies of #766659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766659

Black with #766659

Text Example


Text Example

White with #766659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766659; }

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

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

background-color css

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

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

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

border-color css

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

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

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