#766653

Color #766653 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #766653

Tints of Pine Cone #766653

Color information

#766653 (or 0x766653) is unknown color: approx Pine Cone. HEX triplet: 76, 66 and 53. RGB value is (118,102,83). Sum of RGB (Red+Green+Blue) = 118+102+83=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766653 is #8999AC. Grayscale: #686868. Windows color (decimal): -9017773 or 5465718. OLE color: 5465718.

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

Color convert

RGB11810283-
CMYK00.140.300.54
HSL32.57º17.41%39.41%-
HSV(B)32.57º29.66%46.27%-
XYZ13.7813.9810.16-
YUV104.62115.8137.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=38.94%
G=33.66%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181028300.140.300.5432.5717.4139.41
Hex7666530E1E36211127
Octal1661461230163666412147
Binary111011011001101010011011101111011011010000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766653; }

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

 H1.HeaderClassName
 {
   color: #766653;
 }
 .AnyTagClassName
 {
   color: #766653;
 }
</style>
background-color css

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

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

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

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

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

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