Html Css Color HEX #766651 Pine Cone

📋 copy color: '#766651'

red 118 ◦ green 102 ◦ blue 81

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

Shades of Pine Cone #766651

Tints of Pine Cone #766651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 39.2%
G = 33.89%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766651 (or 0x766651) is known color: Pine Cone. HEX triplet: 76, 66 and 51. RGB value is (118,102,81). Sum of RGB (Red+Green+Blue) = 118+102+81=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766651 is #8999AE. Grayscale: #686868. Windows color (decimal): -9017775 or 5334646. OLE color: 5334646.

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

Color convert

RGB 118 102 81 -
CMYK 0 0.14 0.31 0.54
HSL 34.05º 0.19% 0.39% -
HSV(B) 34.05º 0.31% 0.46% -
XYZ 13.71 13.95 9.75 -
YUV 104.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 118 102 81 0 0.14 0.31 0.54 34.05 0.19 0.39
Hex 76 66 51 0 E 1F 36 22 13 27
Octal 166 146 121 0 16 37 66 42 23 47
Binary 1110110 1100110 1010001 0 1110 11111 110110 100010 10011 100111

Color Harmonies of #766651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766651

Black with #766651

Text Example


Text Example

White with #766651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766651; }

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

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

background-color css

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

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

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

border-color css

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

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

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