#766553

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

Shades of Pine Cone #766553

Tints of Pine Cone #766553

Color information

#766553 (or 0x766553) is unknown color: approx Pine Cone. HEX triplet: 76, 65 and 53. RGB value is (118,101,83). Sum of RGB (Red+Green+Blue) = 118+101+83=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766553 is #899AAC. Grayscale: #686868. Windows color (decimal): -9018029 or 5465462. OLE color: 5465462.

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

Color convert

RGB11810183-
CMYK00.140.300.54
HSL30.86º17.41%39.41%-
HSV(B)30.86º29.66%46.27%-
XYZ13.6913.7810.12-
YUV104.03116.13137.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=39.07%
G=33.44%
B=27.48%

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
Decimal1181018300.140.300.5430.8617.4139.41
Hex7665530E1E361f1127
Octal1661451230163666372147
Binary11101101100101101001101110111101101101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766553; }

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

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

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

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

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

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

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

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