Html Css Color HEX #766655 Pine Cone

📋 copy color: '#766655'

red 118 ◦ green 102 ◦ blue 85

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

Shades of Pine Cone #766655

Tints of Pine Cone #766655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 38.69%
G = 33.44%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#766655 (or 0x766655) is known color: Pine Cone. HEX triplet: 76, 66 and 55. RGB value is (118,102,85). Sum of RGB (Red+Green+Blue) = 118+102+85=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766655 is #8999AA. Grayscale: #686868. Windows color (decimal): -9017771 or 5596790. OLE color: 5596790.

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

Color convert

RGB 118 102 85 -
CMYK 0 0.14 0.28 0.54
HSL 30.91º 0.16% 0.4% -
HSV(B) 30.91º 0.28% 0.46% -
XYZ 13.86 14.01 10.57 -
YUV 104.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 118 102 85 0 0.14 0.28 0.54 30.91 0.16 0.4
Hex 76 66 55 0 E 1C 36 1F 10 28
Octal 166 146 125 0 16 34 66 37 20 50
Binary 1110110 1100110 1010101 0 1110 11100 110110 11111 10000 101000

Color Harmonies of #766655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766655

Black with #766655

Text Example


Text Example

White with #766655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766655; }

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

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

background-color css

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

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

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

border-color css

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

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

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