#766255

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

Shades of Pine Cone #766255

Tints of Pine Cone #766255

Color information

#766255 (or 0x766255) is unknown color: approx Pine Cone. HEX triplet: 76, 62 and 55. RGB value is (118,98,85). Sum of RGB (Red+Green+Blue) = 118+98+85=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766255 is #899DAA. Grayscale: #666666. Windows color (decimal): -9018795 or 5595766. OLE color: 5595766.

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

Color convert

RGB1189885-
CMYK00.170.280.54
HSL23.64º16.26%39.8%-
HSV(B)23.64º27.97%46.27%-
XYZ13.4813.2410.44-
YUV102.5118.13139.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=39.20%
G=32.56%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118988500.170.280.5423.6416.2639.8
Hex7662550111C36181028
Octal1661421250213466302050
Binary111011011000101010101010001111001101101100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766255; }

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

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

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

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

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

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

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

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