#6C645B

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

Shades of Pine Cone #6C645B

Tints of Pine Cone #6C645B

Color information

#6C645B (or 0x6C645B) is unknown color: approx Pine Cone. HEX triplet: 6C, 64 and 5B. RGB value is (108,100,91). Sum of RGB (Red+Green+Blue) = 108+100+91=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C645B is #939BA4. Grayscale: #656565. Windows color (decimal): -9673637 or 5989484. OLE color: 5989484.

HSL color Cylindrical-coordinate representation of color #6C645B: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C645B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB10810091-
CMYK00.070.160.58
HSL31.76º8.54%39.02%-
HSV(B)31.76º15.74%42.35%-
XYZ12.6313.0611.75-
YUV101.37122.15132.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=36.12%
G=33.44%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081009100.070.160.5831.768.5439.02
Hex6C645B07103A20927
Octal154144133072072401147
Binary1101100110010010110110111100001110101000001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C645B; }

 p { color: rgb(108,100,91); }

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

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

 a { background-color: rgb(108,100,91); }

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

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

 span { border-color: rgb(108,100,91); }

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