#766251

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

Shades of Pine Cone #766251

Tints of Pine Cone #766251

Color information

#766251 (or 0x766251) is unknown color: approx Pine Cone. HEX triplet: 76, 62 and 51. RGB value is (118,98,81). Sum of RGB (Red+Green+Blue) = 118+98+81=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766251 is #899DAE. Grayscale: #666666. Windows color (decimal): -9018799 or 5333622. OLE color: 5333622.

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

Color convert

RGB1189881-
CMYK00.170.310.54
HSL27.57º18.59%39.02%-
HSV(B)27.57º31.36%46.27%-
XYZ13.3213.189.63-
YUV102.04116.13139.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=39.73%
G=33.00%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118988100.170.310.5427.5718.5939.02
Hex7662510111F361c1327
Octal1661421210213766342347
Binary111011011000101010001010001111111101101110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766251; }

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

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

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

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

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

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

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

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