#6D645A

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

Shades of Pine Cone #6D645A

Tints of Pine Cone #6D645A

Color information

#6D645A (or 0x6D645A) is unknown color: approx Pine Cone. HEX triplet: 6D, 64 and 5A. RGB value is (109,100,90). Sum of RGB (Red+Green+Blue) = 109+100+90=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D645A is #929BA5. Grayscale: #656565. Windows color (decimal): -9608102 or 5923949. OLE color: 5923949.

HSL color Cylindrical-coordinate representation of color #6D645A: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D645A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB10910090-
CMYK00.080.170.57
HSL31.58º9.55%39.02%-
HSV(B)31.58º17.43%42.75%-
XYZ12.7113.111.53-
YUV101.55121.48133.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=36.45%
G=33.44%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091009000.080.170.5731.589.5539.02
Hex6D645A08113920a27
Octal1551441320102171401247
Binary11011011100100101101001000100011110011000001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,90); }

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

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

 a { background-color: rgb(109,100,90); }

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

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

 span { border-color: rgb(109,100,90); }

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